| 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 4431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4442 }], | 4442 }], |
| 4443 ['chromeos==0', { | 4443 ['chromeos==0', { |
| 4444 'sources/': [ | 4444 'sources/': [ |
| 4445 ['exclude', '^browser/chromeos'], | 4445 ['exclude', '^browser/chromeos'], |
| 4446 ['exclude', '^browser/ui/webui/chromeos'], | 4446 ['exclude', '^browser/ui/webui/chromeos'], |
| 4447 ['exclude', '^browser/ui/webui/options2/chromeos'], | 4447 ['exclude', '^browser/ui/webui/options2/chromeos'], |
| 4448 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], | 4448 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], |
| 4449 ['exclude', 'browser/download/download_file_picker_chromeos.h'], | 4449 ['exclude', 'browser/download/download_file_picker_chromeos.h'], |
| 4450 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc']
, | 4450 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc']
, |
| 4451 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], | 4451 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], |
| 4452 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'], |
| 4453 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.h'], |
| 4452 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.cc'], | 4454 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.cc'], |
| 4453 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.h'], | 4455 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.h'], |
| 4454 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.cc
'], | 4456 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.cc
'], |
| 4455 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.h'
], | 4457 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.h'
], |
| 4456 ['exclude', 'browser/extensions/extension_input_ime_api.cc'], | |
| 4457 ['exclude', 'browser/extensions/extension_input_ime_api.h'], | |
| 4458 ['exclude', 'browser/extensions/extension_input_method_api.cc'], | 4458 ['exclude', 'browser/extensions/extension_input_method_api.cc'], |
| 4459 ['exclude', 'browser/extensions/extension_input_method_api.h'], | 4459 ['exclude', 'browser/extensions/extension_input_method_api.h'], |
| 4460 ['exclude', 'browser/icon_loader_chromeos.cc'], | 4460 ['exclude', 'browser/icon_loader_chromeos.cc'], |
| 4461 ['exclude', 'browser/icon_manager_chromeos.cc'], | 4461 ['exclude', 'browser/icon_manager_chromeos.cc'], |
| 4462 ['exclude', 'browser/net/gaia/gaia_oauth_consumer.h'], | 4462 ['exclude', 'browser/net/gaia/gaia_oauth_consumer.h'], |
| 4463 ['exclude', 'browser/net/gaia/gaia_oauth_fetcher.cc'], | 4463 ['exclude', 'browser/net/gaia/gaia_oauth_fetcher.cc'], |
| 4464 ['exclude', 'browser/net/gaia/gaia_oauth_fetcher.h'], | 4464 ['exclude', 'browser/net/gaia/gaia_oauth_fetcher.h'], |
| 4465 ['exclude', 'browser/policy/app_pack_updater.cc'], | 4465 ['exclude', 'browser/policy/app_pack_updater.cc'], |
| 4466 ['exclude', 'browser/policy/app_pack_updater.h'], | 4466 ['exclude', 'browser/policy/app_pack_updater.h'], |
| 4467 ['exclude', 'browser/policy/auto_enrollment_client.cc'], | 4467 ['exclude', 'browser/policy/auto_enrollment_client.cc'], |
| (...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5396 'browser/metrics/proto/study.proto', | 5396 'browser/metrics/proto/study.proto', |
| 5397 ], | 5397 ], |
| 5398 'variables': { | 5398 'variables': { |
| 5399 'proto_in_dir': 'browser/metrics/proto', | 5399 'proto_in_dir': 'browser/metrics/proto', |
| 5400 'proto_out_dir': 'chrome/browser/metrics/proto', | 5400 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5401 }, | 5401 }, |
| 5402 'includes': [ '../build/protoc.gypi' ] | 5402 'includes': [ '../build/protoc.gypi' ] |
| 5403 }, | 5403 }, |
| 5404 ], | 5404 ], |
| 5405 } | 5405 } |
| OLD | NEW |