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 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1377 'browser/policy/policy_error_map.cc', | 1377 'browser/policy/policy_error_map.cc', |
1378 'browser/policy/policy_error_map.h', | 1378 'browser/policy/policy_error_map.h', |
1379 'browser/policy/policy_load_status.cc', | 1379 'browser/policy/policy_load_status.cc', |
1380 'browser/policy/policy_load_status.h', | 1380 'browser/policy/policy_load_status.h', |
1381 'browser/policy/policy_loader_mac.cc', | 1381 'browser/policy/policy_loader_mac.cc', |
1382 'browser/policy/policy_loader_mac.h', | 1382 'browser/policy/policy_loader_mac.h', |
1383 'browser/policy/policy_loader_win.cc', | 1383 'browser/policy/policy_loader_win.cc', |
1384 'browser/policy/policy_loader_win.h', | 1384 'browser/policy/policy_loader_win.h', |
1385 'browser/policy/policy_map.cc', | 1385 'browser/policy/policy_map.cc', |
1386 'browser/policy/policy_map.h', | 1386 'browser/policy/policy_map.h', |
1387 'browser/policy/policy_path_parser.h', | |
1388 'browser/policy/policy_path_parser_linux.cc', | |
1389 'browser/policy/policy_path_parser_mac.mm', | |
1390 'browser/policy/policy_path_parser_win.cc', | |
1391 'browser/policy/policy_service.cc', | 1387 'browser/policy/policy_service.cc', |
1392 'browser/policy/policy_service.h', | 1388 'browser/policy/policy_service.h', |
1393 'browser/policy/policy_service_impl.cc', | 1389 'browser/policy/policy_service_impl.cc', |
1394 'browser/policy/policy_service_impl.h', | 1390 'browser/policy/policy_service_impl.h', |
1395 'browser/policy/policy_service_stub.cc', | 1391 'browser/policy/policy_service_stub.cc', |
1396 'browser/policy/policy_service_stub.h', | 1392 'browser/policy/policy_service_stub.h', |
1397 'browser/policy/policy_statistics_collector.cc', | 1393 'browser/policy/policy_statistics_collector.cc', |
1398 'browser/policy/policy_statistics_collector.h', | 1394 'browser/policy/policy_statistics_collector.h', |
1399 'browser/policy/policy_types.h', | 1395 'browser/policy/policy_types.h', |
1400 'browser/policy/preferences_mac.cc', | 1396 'browser/policy/preferences_mac.cc', |
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2297 ], | 2293 ], |
2298 'conditions': [ | 2294 'conditions': [ |
2299 ['OS != "ios"', { | 2295 ['OS != "ios"', { |
2300 'dependencies': [ | 2296 'dependencies': [ |
2301 'apps', | 2297 'apps', |
2302 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2298 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2303 'browser_extensions', | 2299 'browser_extensions', |
2304 'common/extensions/api/api.gyp:api', | 2300 'common/extensions/api/api.gyp:api', |
2305 'debugger', | 2301 'debugger', |
2306 'installer_util', | 2302 'installer_util', |
| 2303 'policy_path_parser', |
2307 'sync_file_system_proto', | 2304 'sync_file_system_proto', |
2308 '../cc/cc.gyp:cc', | 2305 '../cc/cc.gyp:cc', |
2309 '../components/components.gyp:autofill_browser', | 2306 '../components/components.gyp:autofill_browser', |
2310 '../components/components.gyp:navigation_interception', | 2307 '../components/components.gyp:navigation_interception', |
2311 '../net/net.gyp:net_with_v8', | 2308 '../net/net.gyp:net_with_v8', |
2312 '../printing/printing.gyp:printing', | 2309 '../printing/printing.gyp:printing', |
2313 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2310 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2314 '../third_party/expat/expat.gyp:expat', | 2311 '../third_party/expat/expat.gyp:expat', |
2315 '../third_party/hunspell/hunspell.gyp:hunspell', | 2312 '../third_party/hunspell/hunspell.gyp:hunspell', |
2316 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2313 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2917 'sources/': [ | 2914 'sources/': [ |
2918 # Exclude all of rlz. | 2915 # Exclude all of rlz. |
2919 ['exclude', '^browser/rlz/'], | 2916 ['exclude', '^browser/rlz/'], |
2920 ], | 2917 ], |
2921 }], | 2918 }], |
2922 ['OS=="win"', { | 2919 ['OS=="win"', { |
2923 'include_dirs': [ | 2920 'include_dirs': [ |
2924 '<(DEPTH)/third_party/wtl/include', | 2921 '<(DEPTH)/third_party/wtl/include', |
2925 ], | 2922 ], |
2926 'dependencies': [ | 2923 'dependencies': [ |
| 2924 'chrome_process_finder', |
2927 'installer_util_strings', | 2925 'installer_util_strings', |
2928 '../google_update/google_update.gyp:google_update', | 2926 '../google_update/google_update.gyp:google_update', |
2929 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2927 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
2930 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2928 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
2931 '../ui/views/controls/webview/webview.gyp:webview', | 2929 '../ui/views/controls/webview/webview.gyp:webview', |
2932 '../ui/views/views.gyp:views', | 2930 '../ui/views/views.gyp:views', |
2933 '../win8/win8.gyp:win8_util', | 2931 '../win8/win8.gyp:win8_util', |
2934 ], | 2932 ], |
2935 'export_dependent_settings': [ | 2933 'export_dependent_settings': [ |
2936 '../ui/views/controls/webview/webview.gyp:webview', | 2934 '../ui/views/controls/webview/webview.gyp:webview', |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3203 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3201 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3204 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3202 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3205 }, | 3203 }, |
3206 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3204 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3207 }, | 3205 }, |
3208 ], | 3206 ], |
3209 }, | 3207 }, |
3210 ], | 3208 ], |
3211 ], | 3209 ], |
3212 } | 3210 } |
OLD | NEW |