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 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1366 'browser/policy/policy_error_map.cc', | 1366 'browser/policy/policy_error_map.cc', |
1367 'browser/policy/policy_error_map.h', | 1367 'browser/policy/policy_error_map.h', |
1368 'browser/policy/policy_load_status.cc', | 1368 'browser/policy/policy_load_status.cc', |
1369 'browser/policy/policy_load_status.h', | 1369 'browser/policy/policy_load_status.h', |
1370 'browser/policy/policy_loader_mac.cc', | 1370 'browser/policy/policy_loader_mac.cc', |
1371 'browser/policy/policy_loader_mac.h', | 1371 'browser/policy/policy_loader_mac.h', |
1372 'browser/policy/policy_loader_win.cc', | 1372 'browser/policy/policy_loader_win.cc', |
1373 'browser/policy/policy_loader_win.h', | 1373 'browser/policy/policy_loader_win.h', |
1374 'browser/policy/policy_map.cc', | 1374 'browser/policy/policy_map.cc', |
1375 'browser/policy/policy_map.h', | 1375 'browser/policy/policy_map.h', |
1376 'browser/policy/policy_path_parser.h', | |
1377 'browser/policy/policy_path_parser_linux.cc', | |
1378 'browser/policy/policy_path_parser_mac.mm', | |
1379 'browser/policy/policy_path_parser_win.cc', | |
1380 'browser/policy/policy_service.cc', | 1376 'browser/policy/policy_service.cc', |
1381 'browser/policy/policy_service.h', | 1377 'browser/policy/policy_service.h', |
1382 'browser/policy/policy_service_impl.cc', | 1378 'browser/policy/policy_service_impl.cc', |
1383 'browser/policy/policy_service_impl.h', | 1379 'browser/policy/policy_service_impl.h', |
1384 'browser/policy/policy_service_stub.cc', | 1380 'browser/policy/policy_service_stub.cc', |
1385 'browser/policy/policy_service_stub.h', | 1381 'browser/policy/policy_service_stub.h', |
1386 'browser/policy/policy_statistics_collector.cc', | 1382 'browser/policy/policy_statistics_collector.cc', |
1387 'browser/policy/policy_statistics_collector.h', | 1383 'browser/policy/policy_statistics_collector.h', |
1388 'browser/policy/policy_types.h', | 1384 'browser/policy/policy_types.h', |
1389 'browser/policy/preferences_mac.cc', | 1385 'browser/policy/preferences_mac.cc', |
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2280 ], | 2276 ], |
2281 'conditions': [ | 2277 'conditions': [ |
2282 ['OS != "ios"', { | 2278 ['OS != "ios"', { |
2283 'dependencies': [ | 2279 'dependencies': [ |
2284 'apps', | 2280 'apps', |
2285 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', | 2281 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', |
2286 'browser_extensions', | 2282 'browser_extensions', |
2287 'common/extensions/api/api.gyp:api', | 2283 'common/extensions/api/api.gyp:api', |
2288 'debugger', | 2284 'debugger', |
2289 'installer_util', | 2285 'installer_util', |
2286 'policy_path_parser', | |
2290 'sync_file_system_proto', | 2287 'sync_file_system_proto', |
2291 '../cc/cc.gyp:cc', | 2288 '../cc/cc.gyp:cc', |
2292 '../components/components.gyp:autofill_browser', | 2289 '../components/components.gyp:autofill_browser', |
2293 '../components/components.gyp:navigation_interception', | 2290 '../components/components.gyp:navigation_interception', |
2294 '../net/net.gyp:net_with_v8', | 2291 '../net/net.gyp:net_with_v8', |
2295 '../printing/printing.gyp:printing', | 2292 '../printing/printing.gyp:printing', |
2296 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2293 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2297 '../third_party/expat/expat.gyp:expat', | 2294 '../third_party/expat/expat.gyp:expat', |
2298 '../third_party/hunspell/hunspell.gyp:hunspell', | 2295 '../third_party/hunspell/hunspell.gyp:hunspell', |
2299 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2296 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2895 'sources/': [ | 2892 'sources/': [ |
2896 # Exclude all of rlz. | 2893 # Exclude all of rlz. |
2897 ['exclude', '^browser/rlz/'], | 2894 ['exclude', '^browser/rlz/'], |
2898 ], | 2895 ], |
2899 }], | 2896 }], |
2900 ['OS=="win"', { | 2897 ['OS=="win"', { |
2901 'include_dirs': [ | 2898 'include_dirs': [ |
2902 '<(DEPTH)/third_party/wtl/include', | 2899 '<(DEPTH)/third_party/wtl/include', |
2903 ], | 2900 ], |
2904 'dependencies': [ | 2901 'dependencies': [ |
2902 'chrome_process_finder', | |
2905 'installer_util_strings', | 2903 'installer_util_strings', |
2906 '../google_update/google_update.gyp:google_update', | 2904 '../google_update/google_update.gyp:google_update', |
2907 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2905 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
2908 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2906 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
2909 '../ui/views/controls/webview/webview.gyp:webview', | 2907 '../ui/views/controls/webview/webview.gyp:webview', |
2910 '../ui/views/views.gyp:views', | 2908 '../ui/views/views.gyp:views', |
2911 '../win8/win8.gyp:win8_util', | 2909 '../win8/win8.gyp:win8_util', |
2912 ], | 2910 ], |
2913 'export_dependent_settings': [ | 2911 'export_dependent_settings': [ |
2914 '../ui/views/controls/webview/webview.gyp:webview', | 2912 '../ui/views/controls/webview/webview.gyp:webview', |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3191 ], | 3189 ], |
3192 'variables': { | 3190 'variables': { |
3193 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3191 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3194 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], | 3192 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], |
3195 }, | 3193 }, |
3196 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3194 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3197 }, | 3195 }, |
3198 ], | 3196 ], |
3199 }, | 3197 }, |
3200 ], | 3198 ], |
3199 ['OS=="win"', { | |
3200 'includes': [ | |
3201 'chrome_process_finder.gypi', | |
grt (UTC plus 2)
2013/05/17 03:30:58
since the target defined in chrome_process_finder.
koz (OOO until 15th September)
2013/05/21 00:38:16
Done.
| |
3202 ], | |
3203 }, | |
3204 ], | |
3201 ], | 3205 ], |
3202 } | 3206 } |
OLD | NEW |