Home
last modified time | relevance | path

Searched refs:framework_dirs (Results 1 – 21 of 21) sorted by relevance

/third_party/gn/src/gn/
Dresolved_target_data.cc38 ImmutableVector<SourceDir> framework_dirs; member
83 info->framework_dirs, in GetFrameworkInfo()
93 return info->framework_dirs; in all_framework_dirs()
177 all_framework_dirs.Append(cur.framework_dirs()); in ComputeFrameworkInfo()
184 all_framework_dirs.Append(dep_info->framework_dirs); in ComputeFrameworkInfo()
190 info->framework_dirs = ImmutableVector<SourceDir>(all_framework_dirs); in ComputeFrameworkInfo()
Dcompile_commands_writer.cc50 std::string framework_dirs; member
82 flags.framework_dirs = FlagsGetter<SourceDir>( in SetupCompileFlags()
83 kRecursiveWriterSkipDuplicates, target, &ConfigValues::framework_dirs, in SetupCompileFlags()
175 out << flags.framework_dirs; in WriteCommand()
Dresolved_target_data_unittest.cc73 z.config_values().framework_dirs().push_back(frameworkdir); in TEST()
91 shared.config_values().framework_dirs().push_back(second_frameworkdir); in TEST()
Dconfig_values.h44 DIR_VALUES_ACCESSOR(framework_dirs) in STRING_VALUES_ACCESSOR()
Dconfig_values_generator.cc103 FILL_DIR_CONFIG_VALUE(framework_dirs) in Run()
Ddesc_builder.cc278 CONFIG_VALUE_ARRAY_HANDLER(framework_dirs, SourceDir) in BuildDescription()
631 auto framework_dirs = std::make_unique<base::ListValue>(); in BuildDescription() local
633 framework_dirs->AppendString(all_framework_dirs[i].value()); in BuildDescription()
635 std::move(framework_dirs)); in BuildDescription()
Dvariables.cc1246 const char kFrameworkDirs[] = "framework_dirs";
1248 "framework_dirs: [directory list] Additional framework search directories.";
1250 R"(framework_dirs: [directory list] Additional framework search directories.
1260 framework_dirs = [ "src/include", "//third_party/foo" ]
Dtarget.cc495 all_framework_dirs_.Append(cur.framework_dirs().begin(), in OnResolved()
496 cur.framework_dirs().end()); in OnResolved()
Dninja_target_writer.cc219 kRecursiveWriterSkipDuplicates, target_, &ConfigValues::framework_dirs, in WriteCCompilerVars()
Dfunction_toolchain.cc429 framework_dirs = [ "$root_out_dir" ]
Dtarget_unittest.cc97 z.config_values().framework_dirs().push_back(frameworkdir); in TEST_F()
112 shared.config_values().framework_dirs().push_back(second_frameworkdir); in TEST_F()
Dninja_c_binary_target_writer_unittest.cc555 framework_config.own_values().framework_dirs().push_back( in TEST_F()
/third_party/gn/examples/ios/build/toolchain/mac/
DBUILD.gn66 …command = "$cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cflags}} {{cfla…
75 …command = "$cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cflags}} {{cfl…
/third_party/gn/examples/ios/build/toolchain/ios/
DBUILD.gn85 …command = "$cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cflags}} {{cfla…
94 …command = "$cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cflags}} {{cfl…
/third_party/gn/examples/ios/build/config/ios/templates/
Dios_framework_bundle.gni111 framework_dirs = [ root_out_dir ]
/third_party/gn/misc/vim/syntax/
Dgn.vim50 syn keyword gnVariable framework_dirs frameworks include_dirs inputs ldflags
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcode_emulation.py588 framework_dirs = config.get('mac_framework_dirs', [])
589 for directory in framework_dirs:
842 framework_dirs = config.get('mac_framework_dirs', [])
843 for directory in framework_dirs:
/third_party/node/tools/gyp/pylib/gyp/
Dxcode_emulation.py696 framework_dirs = config.get("mac_framework_dirs", [])
697 for directory in framework_dirs:
972 framework_dirs = config.get("mac_framework_dirs", [])
973 for directory in framework_dirs:
/third_party/skia/gn/toolchain/
DBUILD.gn269 …command = "$cc_wrapper $cc -MD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cfla…
278 …command = "$cc_wrapper $cxx -MD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cfl…
/third_party/python/
Dsetup.py2011 framework_dirs = [
2021 framework_dirs = [
2028 for F in framework_dirs:
/third_party/gn/docs/
Dreference.md124 …* [framework_dirs: [directory list] Additional framework search directories.](#var_framework_dir…
542 framework_dirs
593 lib_dirs, frameworks, weak_frameworks and framework_dirs because those are
1365 framework_dirs, include_dirs, inputs, metadata, module_deps, module_name,
1457 framework_dirs, include_dirs, inputs, metadata, module_deps, module_name,
3531 framework_dirs = [ "$root_out_dir" ]
5490 ### <a name="var_framework_dirs"></a>**framework_dirs**: [directory list] Additional framework sear…
5520 framework_dirs = [ "src/include", "//third_party/foo" ]