OLD | NEW |
---|---|
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1347 'browser/policy/policy_error_map.cc', | 1347 'browser/policy/policy_error_map.cc', |
1348 'browser/policy/policy_error_map.h', | 1348 'browser/policy/policy_error_map.h', |
1349 'browser/policy/policy_load_status.cc', | 1349 'browser/policy/policy_load_status.cc', |
1350 'browser/policy/policy_load_status.h', | 1350 'browser/policy/policy_load_status.h', |
1351 'browser/policy/policy_loader_mac.cc', | 1351 'browser/policy/policy_loader_mac.cc', |
1352 'browser/policy/policy_loader_mac.h', | 1352 'browser/policy/policy_loader_mac.h', |
1353 'browser/policy/policy_loader_win.cc', | 1353 'browser/policy/policy_loader_win.cc', |
1354 'browser/policy/policy_loader_win.h', | 1354 'browser/policy/policy_loader_win.h', |
1355 'browser/policy/policy_map.cc', | 1355 'browser/policy/policy_map.cc', |
1356 'browser/policy/policy_map.h', | 1356 'browser/policy/policy_map.h', |
1357 'browser/policy/policy_path_parser.h', | |
1358 'browser/policy/policy_path_parser_linux.cc', | |
1359 'browser/policy/policy_path_parser_mac.mm', | |
1360 'browser/policy/policy_path_parser_win.cc', | |
1361 'browser/policy/policy_service.cc', | 1357 'browser/policy/policy_service.cc', |
1362 'browser/policy/policy_service.h', | 1358 'browser/policy/policy_service.h', |
1363 'browser/policy/policy_service_impl.cc', | 1359 'browser/policy/policy_service_impl.cc', |
1364 'browser/policy/policy_service_impl.h', | 1360 'browser/policy/policy_service_impl.h', |
1365 'browser/policy/policy_service_stub.cc', | 1361 'browser/policy/policy_service_stub.cc', |
1366 'browser/policy/policy_service_stub.h', | 1362 'browser/policy/policy_service_stub.h', |
1367 'browser/policy/policy_statistics_collector.cc', | 1363 'browser/policy/policy_statistics_collector.cc', |
1368 'browser/policy/policy_statistics_collector.h', | 1364 'browser/policy/policy_statistics_collector.h', |
1369 'browser/policy/policy_types.h', | 1365 'browser/policy/policy_types.h', |
1370 'browser/policy/preferences_mac.cc', | 1366 'browser/policy/preferences_mac.cc', |
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2233 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 2229 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
2234 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', | 2230 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', |
2235 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2231 '<(grit_out_dir)/grit/theme_resources_map.cc', |
2236 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', | 2232 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', |
2237 ], | 2233 ], |
2238 'conditions': [ | 2234 'conditions': [ |
2239 ['OS != "ios"', { | 2235 ['OS != "ios"', { |
2240 'dependencies': [ | 2236 'dependencies': [ |
2241 'apps', | 2237 'apps', |
2242 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', | 2238 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', |
2239 'browser/policy/policy.gyp:policy_path_parser', | |
2243 'browser_extensions', | 2240 'browser_extensions', |
2244 'common/extensions/api/api.gyp:api', | 2241 'common/extensions/api/api.gyp:api', |
2245 'debugger', | 2242 'debugger', |
2246 'installer_util', | 2243 'installer_util', |
2247 'sync_file_system_proto', | 2244 'sync_file_system_proto', |
2248 '../cc/cc.gyp:cc', | 2245 '../cc/cc.gyp:cc', |
2249 '../components/components.gyp:autofill_browser', | 2246 '../components/components.gyp:autofill_browser', |
2250 '../components/components.gyp:navigation_interception', | 2247 '../components/components.gyp:navigation_interception', |
2251 '../net/net.gyp:net_with_v8', | 2248 '../net/net.gyp:net_with_v8', |
2252 '../printing/printing.gyp:printing', | 2249 '../printing/printing.gyp:printing', |
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2848 'sources/': [ | 2845 'sources/': [ |
2849 # Exclude all of rlz. | 2846 # Exclude all of rlz. |
2850 ['exclude', '^browser/rlz/'], | 2847 ['exclude', '^browser/rlz/'], |
2851 ], | 2848 ], |
2852 }], | 2849 }], |
2853 ['OS=="win"', { | 2850 ['OS=="win"', { |
2854 'include_dirs': [ | 2851 'include_dirs': [ |
2855 '<(DEPTH)/third_party/wtl/include', | 2852 '<(DEPTH)/third_party/wtl/include', |
2856 ], | 2853 ], |
2857 'dependencies': [ | 2854 'dependencies': [ |
2855 'chrome_process_finder', | |
2858 'installer_util_strings', | 2856 'installer_util_strings', |
2859 '../google_update/google_update.gyp:google_update', | 2857 '../google_update/google_update.gyp:google_update', |
2860 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2858 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
2861 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2859 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
2862 '../ui/views/controls/webview/webview.gyp:webview', | 2860 '../ui/views/controls/webview/webview.gyp:webview', |
2863 '../ui/views/views.gyp:views', | 2861 '../ui/views/views.gyp:views', |
2864 '../win8/win8.gyp:win8_util', | 2862 '../win8/win8.gyp:win8_util', |
2865 ], | 2863 ], |
2866 'export_dependent_settings': [ | 2864 'export_dependent_settings': [ |
2867 '../ui/views/controls/webview/webview.gyp:webview', | 2865 '../ui/views/controls/webview/webview.gyp:webview', |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3144 ], | 3142 ], |
3145 'variables': { | 3143 'variables': { |
3146 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3144 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3147 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], | 3145 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], |
3148 }, | 3146 }, |
3149 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3147 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3150 }, | 3148 }, |
3151 ], | 3149 ], |
3152 }, | 3150 }, |
3153 ], | 3151 ], |
3152 ['OS=="win"', { | |
grt (UTC plus 2)
2013/05/09 16:10:44
my gut tells me this belongs in its own .gypi file
koz (OOO until 15th September)
2013/05/10 01:46:48
Done.
| |
3153 'targets': [ | |
3154 { | |
3155 'target_name': 'chrome_process_finder', | |
3156 'type': 'static_library', | |
3157 'include_dirs': [ | |
3158 '..', | |
3159 ], | |
3160 'dependencies': [ | |
3161 '<(DEPTH)/chrome/browser/policy/policy.gyp:policy_path_parser', | |
3162 '<(DEPTH)/chrome/chrome.gyp:metro_utils', | |
3163 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | |
3164 '<(DEPTH)/net/net.gyp:net', | |
3165 ], | |
3166 'sources': [ | |
3167 'browser/chrome_process_finder_win.cc', | |
3168 'browser/chrome_process_finder_win.h', | |
3169 ], | |
3170 }, | |
3171 ], | |
3172 }, | |
3173 ], | |
3154 ], | 3174 ], |
3155 } | 3175 } |
OLD | NEW |