| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 4009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4020 'sources!': [ | 4020 'sources!': [ |
| 4021 'browser/protector/internal/keys_internal.cc', | 4021 'browser/protector/internal/keys_internal.cc', |
| 4022 ], | 4022 ], |
| 4023 }], | 4023 }], |
| 4024 ['debug_devtools==1', { | 4024 ['debug_devtools==1', { |
| 4025 'defines': [ | 4025 'defines': [ |
| 4026 'DEBUG_DEVTOOLS=1', | 4026 'DEBUG_DEVTOOLS=1', |
| 4027 ], | 4027 ], |
| 4028 }], | 4028 }], |
| 4029 ['configuration_policy==0', { | 4029 ['configuration_policy==0', { |
| 4030 'sources!': [ | |
| 4031 'browser/ui/webui/options/options_managed_banner_handler.cc', | |
| 4032 ], | |
| 4033 'sources/': [ | 4030 'sources/': [ |
| 4034 ['exclude', '^browser/policy/'], | 4031 ['exclude', '^browser/policy/'], |
| 4035 ['include', '^browser/policy/policy_path_parser'], | 4032 ['include', '^browser/policy/policy_path_parser'], |
| 4036 ], | 4033 ], |
| 4037 }], | 4034 }], |
| 4038 ['safe_browsing==1', { | 4035 ['safe_browsing==1', { |
| 4039 'defines': [ | 4036 'defines': [ |
| 4040 'ENABLE_SAFE_BROWSING', | 4037 'ENABLE_SAFE_BROWSING', |
| 4041 ], | 4038 ], |
| 4042 }, { # safe_browsing==0 | 4039 }, { # safe_browsing==0 |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4362 ['use_gnome_keyring==1', { | 4359 ['use_gnome_keyring==1', { |
| 4363 'dependencies': [ | 4360 'dependencies': [ |
| 4364 '../build/linux/system.gyp:gnome_keyring', | 4361 '../build/linux/system.gyp:gnome_keyring', |
| 4365 ], | 4362 ], |
| 4366 }], | 4363 }], |
| 4367 ], | 4364 ], |
| 4368 }], | 4365 }], |
| 4369 ['OS=="mac"', { | 4366 ['OS=="mac"', { |
| 4370 'sources!': [ | 4367 'sources!': [ |
| 4371 'browser/automation/automation_provider_list_generic.cc', | 4368 'browser/automation/automation_provider_list_generic.cc', |
| 4372 'browser/bookmarks/bookmark_context_menu.cc', | |
| 4373 'browser/bookmarks/bookmark_drop_info.cc', | 4369 'browser/bookmarks/bookmark_drop_info.cc', |
| 4374 'browser/first_run/upgrade_util.cc', | 4370 'browser/first_run/upgrade_util.cc', |
| 4375 'browser/importer/nss_decryptor_system_nss.cc', | 4371 'browser/importer/nss_decryptor_system_nss.cc', |
| 4376 'browser/importer/nss_decryptor_system_nss.h', | 4372 'browser/importer/nss_decryptor_system_nss.h', |
| 4377 'browser/jankometer.cc', | 4373 'browser/jankometer.cc', |
| 4378 'browser/password_manager/login_database_posix.cc', | 4374 'browser/password_manager/login_database_posix.cc', |
| 4379 'browser/ui/browser_list_stub.cc', | 4375 'browser/ui/browser_list_stub.cc', |
| 4380 'browser/ui/certificate_dialogs.cc', | 4376 'browser/ui/certificate_dialogs.cc', |
| 4381 'browser/ui/certificate_dialogs.h', | 4377 'browser/ui/certificate_dialogs.h', |
| 4382 'browser/ui/crypto_module_password_dialog.cc', | 4378 'browser/ui/crypto_module_password_dialog.cc', |
| (...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5251 'type': 'static_library', | 5247 'type': 'static_library', |
| 5252 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5248 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5253 'variables': { | 5249 'variables': { |
| 5254 'proto_in_dir': 'browser/history', | 5250 'proto_in_dir': 'browser/history', |
| 5255 'proto_out_dir': 'chrome/browser/history', | 5251 'proto_out_dir': 'chrome/browser/history', |
| 5256 }, | 5252 }, |
| 5257 'includes': [ '../build/protoc.gypi' ] | 5253 'includes': [ '../build/protoc.gypi' ] |
| 5258 }, | 5254 }, |
| 5259 ], | 5255 ], |
| 5260 } | 5256 } |
| OLD | NEW |