| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 4424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4435 }], | 4435 }], |
| 4436 ['chromeos==0', { | 4436 ['chromeos==0', { |
| 4437 'sources/': [ | 4437 'sources/': [ |
| 4438 ['exclude', '^browser/chromeos'], | 4438 ['exclude', '^browser/chromeos'], |
| 4439 ['exclude', '^browser/ui/webui/chromeos'], | 4439 ['exclude', '^browser/ui/webui/chromeos'], |
| 4440 ['exclude', '^browser/ui/webui/options2/chromeos'], | 4440 ['exclude', '^browser/ui/webui/options2/chromeos'], |
| 4441 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], | 4441 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], |
| 4442 ['exclude', 'browser/download/download_file_picker_chromeos.h'], | 4442 ['exclude', 'browser/download/download_file_picker_chromeos.h'], |
| 4443 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc']
, | 4443 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc']
, |
| 4444 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], | 4444 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], |
| 4445 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'], |
| 4446 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.h'], |
| 4445 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.cc'], | 4447 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.cc'], |
| 4446 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.h'], | 4448 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.h'], |
| 4447 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.cc
'], | 4449 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.cc
'], |
| 4448 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.h'
], | 4450 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.h'
], |
| 4449 ['exclude', 'browser/extensions/extension_input_ime_api.cc'], | |
| 4450 ['exclude', 'browser/extensions/extension_input_ime_api.h'], | |
| 4451 ['exclude', 'browser/extensions/extension_input_method_api.cc'], | 4451 ['exclude', 'browser/extensions/extension_input_method_api.cc'], |
| 4452 ['exclude', 'browser/extensions/extension_input_method_api.h'], | 4452 ['exclude', 'browser/extensions/extension_input_method_api.h'], |
| 4453 ['exclude', 'browser/icon_loader_chromeos.cc'], | 4453 ['exclude', 'browser/icon_loader_chromeos.cc'], |
| 4454 ['exclude', 'browser/icon_manager_chromeos.cc'], | 4454 ['exclude', 'browser/icon_manager_chromeos.cc'], |
| 4455 ['exclude', 'browser/net/gaia/gaia_oauth_consumer.h'], | 4455 ['exclude', 'browser/net/gaia/gaia_oauth_consumer.h'], |
| 4456 ['exclude', 'browser/net/gaia/gaia_oauth_fetcher.cc'], | 4456 ['exclude', 'browser/net/gaia/gaia_oauth_fetcher.cc'], |
| 4457 ['exclude', 'browser/net/gaia/gaia_oauth_fetcher.h'], | 4457 ['exclude', 'browser/net/gaia/gaia_oauth_fetcher.h'], |
| 4458 ['exclude', 'browser/policy/app_pack_updater.cc'], | 4458 ['exclude', 'browser/policy/app_pack_updater.cc'], |
| 4459 ['exclude', 'browser/policy/app_pack_updater.h'], | 4459 ['exclude', 'browser/policy/app_pack_updater.h'], |
| 4460 ['exclude', 'browser/policy/auto_enrollment_client.cc'], | 4460 ['exclude', 'browser/policy/auto_enrollment_client.cc'], |
| (...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5383 'browser/metrics/proto/study.proto', | 5383 'browser/metrics/proto/study.proto', |
| 5384 ], | 5384 ], |
| 5385 'variables': { | 5385 'variables': { |
| 5386 'proto_in_dir': 'browser/metrics/proto', | 5386 'proto_in_dir': 'browser/metrics/proto', |
| 5387 'proto_out_dir': 'chrome/browser/metrics/proto', | 5387 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5388 }, | 5388 }, |
| 5389 'includes': [ '../build/protoc.gypi' ] | 5389 'includes': [ '../build/protoc.gypi' ] |
| 5390 }, | 5390 }, |
| 5391 ], | 5391 ], |
| 5392 } | 5392 } |
| OLD | NEW |