| 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 888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2289 ], | 2285 ], |
| 2290 'conditions': [ | 2286 'conditions': [ |
| 2291 ['OS != "ios"', { | 2287 ['OS != "ios"', { |
| 2292 'dependencies': [ | 2288 'dependencies': [ |
| 2293 'apps', | 2289 'apps', |
| 2294 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2290 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2295 'browser_extensions', | 2291 'browser_extensions', |
| 2296 'common/extensions/api/api.gyp:api', | 2292 'common/extensions/api/api.gyp:api', |
| 2297 'debugger', | 2293 'debugger', |
| 2298 'installer_util', | 2294 'installer_util', |
| 2295 'policy_path_parser', |
| 2299 'sync_file_system_proto', | 2296 'sync_file_system_proto', |
| 2300 '../cc/cc.gyp:cc', | 2297 '../cc/cc.gyp:cc', |
| 2301 '../components/components.gyp:autofill_browser', | 2298 '../components/components.gyp:autofill_browser', |
| 2302 '../components/components.gyp:navigation_interception', | 2299 '../components/components.gyp:navigation_interception', |
| 2303 '../net/net.gyp:net_with_v8', | 2300 '../net/net.gyp:net_with_v8', |
| 2304 '../printing/printing.gyp:printing', | 2301 '../printing/printing.gyp:printing', |
| 2305 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2302 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2306 '../third_party/expat/expat.gyp:expat', | 2303 '../third_party/expat/expat.gyp:expat', |
| 2307 '../third_party/hunspell/hunspell.gyp:hunspell', | 2304 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2308 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2305 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| (...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2905 'sources/': [ | 2902 'sources/': [ |
| 2906 # Exclude all of rlz. | 2903 # Exclude all of rlz. |
| 2907 ['exclude', '^browser/rlz/'], | 2904 ['exclude', '^browser/rlz/'], |
| 2908 ], | 2905 ], |
| 2909 }], | 2906 }], |
| 2910 ['OS=="win"', { | 2907 ['OS=="win"', { |
| 2911 'include_dirs': [ | 2908 'include_dirs': [ |
| 2912 '<(DEPTH)/third_party/wtl/include', | 2909 '<(DEPTH)/third_party/wtl/include', |
| 2913 ], | 2910 ], |
| 2914 'dependencies': [ | 2911 'dependencies': [ |
| 2912 'chrome_process_finder', |
| 2915 'installer_util_strings', | 2913 'installer_util_strings', |
| 2916 '../google_update/google_update.gyp:google_update', | 2914 '../google_update/google_update.gyp:google_update', |
| 2917 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2915 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 2918 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2916 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 2919 '../ui/views/controls/webview/webview.gyp:webview', | 2917 '../ui/views/controls/webview/webview.gyp:webview', |
| 2920 '../ui/views/views.gyp:views', | 2918 '../ui/views/views.gyp:views', |
| 2921 '../win8/win8.gyp:win8_util', | 2919 '../win8/win8.gyp:win8_util', |
| 2922 ], | 2920 ], |
| 2923 'export_dependent_settings': [ | 2921 'export_dependent_settings': [ |
| 2924 '../ui/views/controls/webview/webview.gyp:webview', | 2922 '../ui/views/controls/webview/webview.gyp:webview', |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3192 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3190 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3193 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3191 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3194 }, | 3192 }, |
| 3195 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3193 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3196 }, | 3194 }, |
| 3197 ], | 3195 ], |
| 3198 }, | 3196 }, |
| 3199 ], | 3197 ], |
| 3200 ], | 3198 ], |
| 3201 } | 3199 } |
| OLD | NEW |