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 902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2303 ], | 2299 ], |
2304 'conditions': [ | 2300 'conditions': [ |
2305 ['OS != "ios"', { | 2301 ['OS != "ios"', { |
2306 'dependencies': [ | 2302 'dependencies': [ |
2307 'apps', | 2303 'apps', |
2308 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2304 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2309 'browser_extensions', | 2305 'browser_extensions', |
2310 'common/extensions/api/api.gyp:api', | 2306 'common/extensions/api/api.gyp:api', |
2311 'debugger', | 2307 'debugger', |
2312 'installer_util', | 2308 'installer_util', |
| 2309 'policy_path_parser', |
2313 'sync_file_system_proto', | 2310 'sync_file_system_proto', |
2314 '../cc/cc.gyp:cc', | 2311 '../cc/cc.gyp:cc', |
2315 '../components/components.gyp:autofill_browser', | 2312 '../components/components.gyp:autofill_browser', |
2316 '../components/components.gyp:navigation_interception', | 2313 '../components/components.gyp:navigation_interception', |
2317 '../net/net.gyp:net_with_v8', | 2314 '../net/net.gyp:net_with_v8', |
2318 '../printing/printing.gyp:printing', | 2315 '../printing/printing.gyp:printing', |
2319 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2316 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2320 '../third_party/expat/expat.gyp:expat', | 2317 '../third_party/expat/expat.gyp:expat', |
2321 '../third_party/hunspell/hunspell.gyp:hunspell', | 2318 '../third_party/hunspell/hunspell.gyp:hunspell', |
2322 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2319 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2924 'sources/': [ | 2921 'sources/': [ |
2925 # Exclude all of rlz. | 2922 # Exclude all of rlz. |
2926 ['exclude', '^browser/rlz/'], | 2923 ['exclude', '^browser/rlz/'], |
2927 ], | 2924 ], |
2928 }], | 2925 }], |
2929 ['OS=="win"', { | 2926 ['OS=="win"', { |
2930 'include_dirs': [ | 2927 'include_dirs': [ |
2931 '<(DEPTH)/third_party/wtl/include', | 2928 '<(DEPTH)/third_party/wtl/include', |
2932 ], | 2929 ], |
2933 'dependencies': [ | 2930 'dependencies': [ |
| 2931 'chrome_process_finder', |
2934 'installer_util_strings', | 2932 'installer_util_strings', |
2935 '../google_update/google_update.gyp:google_update', | 2933 '../google_update/google_update.gyp:google_update', |
2936 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2934 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
2937 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2935 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
2938 '../ui/views/controls/webview/webview.gyp:webview', | 2936 '../ui/views/controls/webview/webview.gyp:webview', |
2939 '../ui/views/views.gyp:views', | 2937 '../ui/views/views.gyp:views', |
2940 '../win8/win8.gyp:win8_util', | 2938 '../win8/win8.gyp:win8_util', |
2941 ], | 2939 ], |
2942 'export_dependent_settings': [ | 2940 'export_dependent_settings': [ |
2943 '../ui/views/controls/webview/webview.gyp:webview', | 2941 '../ui/views/controls/webview/webview.gyp:webview', |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3210 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3208 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3211 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3209 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3212 }, | 3210 }, |
3213 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3211 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3214 }, | 3212 }, |
3215 ], | 3213 ], |
3216 }, | 3214 }, |
3217 ], | 3215 ], |
3218 ], | 3216 ], |
3219 } | 3217 } |
OLD | NEW |