| 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 4511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4522 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], | 4522 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], |
| 4523 ], | 4523 ], |
| 4524 }], | 4524 }], |
| 4525 ['toolkit_views == 0', { | 4525 ['toolkit_views == 0', { |
| 4526 'sources!': [ | 4526 'sources!': [ |
| 4527 'browser/ui/tabs/tab_strip_layout_type.h', | 4527 'browser/ui/tabs/tab_strip_layout_type.h', |
| 4528 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', | 4528 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', |
| 4529 'browser/ui/tabs/tab_strip_layout_type_prefs.h', | 4529 'browser/ui/tabs/tab_strip_layout_type_prefs.h', |
| 4530 ], | 4530 ], |
| 4531 }], | 4531 }], |
| 4532 ['OS=="linux"', { |
| 4533 'dependencies': [ |
| 4534 '../build/linux/system.gyp:udev', |
| 4535 ], |
| 4536 }], |
| 4532 ['chromeos==0', { | 4537 ['chromeos==0', { |
| 4533 'sources/': [ | 4538 'sources/': [ |
| 4534 ['exclude', '^browser/chromeos'], | 4539 ['exclude', '^browser/chromeos'], |
| 4535 ['exclude', '^browser/ui/webui/chromeos'], | 4540 ['exclude', '^browser/ui/webui/chromeos'], |
| 4536 ['exclude', '^browser/ui/webui/options2/chromeos'], | 4541 ['exclude', '^browser/ui/webui/options2/chromeos'], |
| 4537 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], | 4542 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], |
| 4538 ['exclude', 'browser/download/download_file_picker_chromeos.h'], | 4543 ['exclude', 'browser/download/download_file_picker_chromeos.h'], |
| 4539 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc']
, | 4544 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc']
, |
| 4540 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], | 4545 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], |
| 4541 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'], | 4546 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'], |
| (...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5548 'includes': [ '../build/jni_generator.gypi' ], | 5553 'includes': [ '../build/jni_generator.gypi' ], |
| 5549 'dependencies': [ | 5554 'dependencies': [ |
| 5550 'android_jar_jni_headers', | 5555 'android_jar_jni_headers', |
| 5551 ], | 5556 ], |
| 5552 }, | 5557 }, |
| 5553 ], | 5558 ], |
| 5554 }, | 5559 }, |
| 5555 ], | 5560 ], |
| 5556 ], | 5561 ], |
| 5557 } | 5562 } |
| OLD | NEW |