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 2561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2572 ], | 2572 ], |
2573 'sources/': [ | 2573 'sources/': [ |
2574 ['exclude', '^browser/safe_browsing/'], | 2574 ['exclude', '^browser/safe_browsing/'], |
2575 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.cc'], | 2575 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.cc'], |
2576 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], | 2576 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], |
2577 ], | 2577 ], |
2578 }], | 2578 }], |
2579 ['OS=="linux"', { | 2579 ['OS=="linux"', { |
2580 'dependencies': [ | 2580 'dependencies': [ |
2581 '../build/linux/system.gyp:udev', | 2581 '../build/linux/system.gyp:udev', |
2582 '../device/device.gyp:mtp_file_entry_proto', | 2582 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f
ile_entry_proto', |
2583 '../device/device.gyp:mtp_storage_info_proto', | 2583 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s
torage_info_proto', |
2584 '../device/device.gyp:device_media_transfer_protocol', | 2584 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', |
2585 ], | 2585 ], |
2586 }], | 2586 }], |
2587 ['OS=="linux" and chromeos==0', { | 2587 ['OS=="linux" and chromeos==0', { |
2588 'dependencies': [ | 2588 'dependencies': [ |
2589 '../build/linux/system.gyp:libspeechd', | 2589 '../build/linux/system.gyp:libspeechd', |
2590 ], | 2590 ], |
2591 }], | 2591 }], |
2592 ['chromeos==0', { | 2592 ['chromeos==0', { |
2593 'sources!': [ | 2593 'sources!': [ |
2594 'browser/extensions/api/input_ime/input_ime_api.cc', | 2594 'browser/extensions/api/input_ime/input_ime_api.cc', |
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3260 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3260 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3261 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3261 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3262 }, | 3262 }, |
3263 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3263 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3264 }, | 3264 }, |
3265 ], | 3265 ], |
3266 }, | 3266 }, |
3267 ], | 3267 ], |
3268 ], | 3268 ], |
3269 } | 3269 } |
OLD | NEW |