| 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 1403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1414 'browser/policy/policy_error_map.cc', | 1414 'browser/policy/policy_error_map.cc', |
| 1415 'browser/policy/policy_error_map.h', | 1415 'browser/policy/policy_error_map.h', |
| 1416 'browser/policy/policy_load_status.cc', | 1416 'browser/policy/policy_load_status.cc', |
| 1417 'browser/policy/policy_load_status.h', | 1417 'browser/policy/policy_load_status.h', |
| 1418 'browser/policy/policy_loader_mac.cc', | 1418 'browser/policy/policy_loader_mac.cc', |
| 1419 'browser/policy/policy_loader_mac.h', | 1419 'browser/policy/policy_loader_mac.h', |
| 1420 'browser/policy/policy_loader_win.cc', | 1420 'browser/policy/policy_loader_win.cc', |
| 1421 'browser/policy/policy_loader_win.h', | 1421 'browser/policy/policy_loader_win.h', |
| 1422 'browser/policy/policy_map.cc', | 1422 'browser/policy/policy_map.cc', |
| 1423 'browser/policy/policy_map.h', | 1423 'browser/policy/policy_map.h', |
| 1424 'browser/policy/policy_path_parser.h', | |
| 1425 'browser/policy/policy_path_parser_linux.cc', | |
| 1426 'browser/policy/policy_path_parser_mac.mm', | |
| 1427 'browser/policy/policy_path_parser_win.cc', | |
| 1428 'browser/policy/policy_schema.cc', | 1424 'browser/policy/policy_schema.cc', |
| 1429 'browser/policy/policy_schema.h', | 1425 'browser/policy/policy_schema.h', |
| 1430 'browser/policy/policy_service.cc', | 1426 'browser/policy/policy_service.cc', |
| 1431 'browser/policy/policy_service.h', | 1427 'browser/policy/policy_service.h', |
| 1432 'browser/policy/policy_service_impl.cc', | 1428 'browser/policy/policy_service_impl.cc', |
| 1433 'browser/policy/policy_service_impl.h', | 1429 'browser/policy/policy_service_impl.h', |
| 1434 'browser/policy/policy_service_stub.cc', | 1430 'browser/policy/policy_service_stub.cc', |
| 1435 'browser/policy/policy_service_stub.h', | 1431 'browser/policy/policy_service_stub.h', |
| 1436 'browser/policy/policy_statistics_collector.cc', | 1432 'browser/policy/policy_statistics_collector.cc', |
| 1437 'browser/policy/policy_statistics_collector.h', | 1433 'browser/policy/policy_statistics_collector.h', |
| (...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2351 ], | 2347 ], |
| 2352 'conditions': [ | 2348 'conditions': [ |
| 2353 ['OS != "ios"', { | 2349 ['OS != "ios"', { |
| 2354 'dependencies': [ | 2350 'dependencies': [ |
| 2355 'apps', | 2351 'apps', |
| 2356 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2352 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2357 'browser_extensions', | 2353 'browser_extensions', |
| 2358 'common/extensions/api/api.gyp:api', | 2354 'common/extensions/api/api.gyp:api', |
| 2359 'debugger', | 2355 'debugger', |
| 2360 'installer_util', | 2356 'installer_util', |
| 2357 'policy_path_parser', |
| 2361 'sync_file_system_proto', | 2358 'sync_file_system_proto', |
| 2362 '../cc/cc.gyp:cc', | 2359 '../cc/cc.gyp:cc', |
| 2363 '../components/components.gyp:autofill_browser', | 2360 '../components/components.gyp:autofill_browser', |
| 2364 '../components/components.gyp:navigation_interception', | 2361 '../components/components.gyp:navigation_interception', |
| 2365 '../net/net.gyp:net_with_v8', | 2362 '../net/net.gyp:net_with_v8', |
| 2366 '../printing/printing.gyp:printing', | 2363 '../printing/printing.gyp:printing', |
| 2367 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2364 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2368 '../third_party/expat/expat.gyp:expat', | 2365 '../third_party/expat/expat.gyp:expat', |
| 2369 '../third_party/hunspell/hunspell.gyp:hunspell', | 2366 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2370 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2367 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2963 'sources/': [ | 2960 'sources/': [ |
| 2964 # Exclude all of rlz. | 2961 # Exclude all of rlz. |
| 2965 ['exclude', '^browser/rlz/'], | 2962 ['exclude', '^browser/rlz/'], |
| 2966 ], | 2963 ], |
| 2967 }], | 2964 }], |
| 2968 ['OS=="win"', { | 2965 ['OS=="win"', { |
| 2969 'include_dirs': [ | 2966 'include_dirs': [ |
| 2970 '<(DEPTH)/third_party/wtl/include', | 2967 '<(DEPTH)/third_party/wtl/include', |
| 2971 ], | 2968 ], |
| 2972 'dependencies': [ | 2969 'dependencies': [ |
| 2970 'chrome_process_finder', |
| 2973 'installer_util_strings', | 2971 'installer_util_strings', |
| 2974 '../google_update/google_update.gyp:google_update', | 2972 '../google_update/google_update.gyp:google_update', |
| 2975 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2973 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 2976 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2974 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 2977 '../ui/views/controls/webview/webview.gyp:webview', | 2975 '../ui/views/controls/webview/webview.gyp:webview', |
| 2978 '../ui/views/views.gyp:views', | 2976 '../ui/views/views.gyp:views', |
| 2979 '../win8/win8.gyp:win8_util', | 2977 '../win8/win8.gyp:win8_util', |
| 2980 ], | 2978 ], |
| 2981 'export_dependent_settings': [ | 2979 'export_dependent_settings': [ |
| 2982 '../ui/views/controls/webview/webview.gyp:webview', | 2980 '../ui/views/controls/webview/webview.gyp:webview', |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3264 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3262 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3265 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3263 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3266 }, | 3264 }, |
| 3267 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3265 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3268 }, | 3266 }, |
| 3269 ], | 3267 ], |
| 3270 }, | 3268 }, |
| 3271 ], | 3269 ], |
| 3272 ], | 3270 ], |
| 3273 } | 3271 } |
| OLD | NEW |