| 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 4470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4481 }], | 4481 }], |
| 4482 ['chromeos==0', { | 4482 ['chromeos==0', { |
| 4483 'sources/': [ | 4483 'sources/': [ |
| 4484 ['exclude', '^browser/chromeos'], | 4484 ['exclude', '^browser/chromeos'], |
| 4485 ['exclude', '^browser/ui/webui/chromeos'], | 4485 ['exclude', '^browser/ui/webui/chromeos'], |
| 4486 ['exclude', '^browser/ui/webui/options2/chromeos'], | 4486 ['exclude', '^browser/ui/webui/options2/chromeos'], |
| 4487 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], | 4487 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], |
| 4488 ['exclude', 'browser/download/download_file_picker_chromeos.h'], | 4488 ['exclude', 'browser/download/download_file_picker_chromeos.h'], |
| 4489 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc']
, | 4489 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc']
, |
| 4490 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], | 4490 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], |
| 4491 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'], |
| 4492 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.h'], |
| 4491 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.cc'], | 4493 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.cc'], |
| 4492 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.h'], | 4494 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.h'], |
| 4493 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.cc
'], | 4495 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.cc
'], |
| 4494 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.h'
], | 4496 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.h'
], |
| 4495 ['exclude', 'browser/extensions/extension_input_ime_api.cc'], | |
| 4496 ['exclude', 'browser/extensions/extension_input_ime_api.h'], | |
| 4497 ['exclude', 'browser/extensions/extension_input_method_api.cc'], | 4497 ['exclude', 'browser/extensions/extension_input_method_api.cc'], |
| 4498 ['exclude', 'browser/extensions/extension_input_method_api.h'], | 4498 ['exclude', 'browser/extensions/extension_input_method_api.h'], |
| 4499 ['exclude', 'browser/icon_loader_chromeos.cc'], | 4499 ['exclude', 'browser/icon_loader_chromeos.cc'], |
| 4500 ['exclude', 'browser/icon_manager_chromeos.cc'], | 4500 ['exclude', 'browser/icon_manager_chromeos.cc'], |
| 4501 ['exclude', 'browser/media_gallery/media_device_notifications_chrome
os.cc'], | 4501 ['exclude', 'browser/media_gallery/media_device_notifications_chrome
os.cc'], |
| 4502 ['exclude', 'browser/media_gallery/media_device_notifications_chrome
os.h'], | 4502 ['exclude', 'browser/media_gallery/media_device_notifications_chrome
os.h'], |
| 4503 ['exclude', 'browser/net/gaia/gaia_oauth_consumer.h'], | 4503 ['exclude', 'browser/net/gaia/gaia_oauth_consumer.h'], |
| 4504 ['exclude', 'browser/net/gaia/gaia_oauth_fetcher.cc'], | 4504 ['exclude', 'browser/net/gaia/gaia_oauth_fetcher.cc'], |
| 4505 ['exclude', 'browser/net/gaia/gaia_oauth_fetcher.h'], | 4505 ['exclude', 'browser/net/gaia/gaia_oauth_fetcher.h'], |
| 4506 ['exclude', 'browser/policy/app_pack_updater.cc'], | 4506 ['exclude', 'browser/policy/app_pack_updater.cc'], |
| (...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5480 'variables': { | 5480 'variables': { |
| 5481 'jni_gen_dir': 'chrome', | 5481 'jni_gen_dir': 'chrome', |
| 5482 }, | 5482 }, |
| 5483 'includes': [ '../build/jni_generator.gypi' ], | 5483 'includes': [ '../build/jni_generator.gypi' ], |
| 5484 }, | 5484 }, |
| 5485 ], | 5485 ], |
| 5486 }, | 5486 }, |
| 5487 ], | 5487 ], |
| 5488 ], | 5488 ], |
| 5489 } | 5489 } |
| OLD | NEW |