| 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 4504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4515 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], | 4515 ['include', '^browser/safe_browsing/safe_browsing_tab_observer.h'], |
| 4516 ], | 4516 ], |
| 4517 }], | 4517 }], |
| 4518 ['toolkit_views == 0', { | 4518 ['toolkit_views == 0', { |
| 4519 'sources!': [ | 4519 'sources!': [ |
| 4520 'browser/ui/tabs/tab_strip_layout_type.h', | 4520 'browser/ui/tabs/tab_strip_layout_type.h', |
| 4521 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', | 4521 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', |
| 4522 'browser/ui/tabs/tab_strip_layout_type_prefs.h', | 4522 'browser/ui/tabs/tab_strip_layout_type_prefs.h', |
| 4523 ], | 4523 ], |
| 4524 }], | 4524 }], |
| 4525 ['OS=="linux"', { |
| 4526 'dependencies': [ |
| 4527 '../build/linux/system.gyp:udev', |
| 4528 ], |
| 4529 }], |
| 4525 ['chromeos==0', { | 4530 ['chromeos==0', { |
| 4526 'sources/': [ | 4531 'sources/': [ |
| 4527 ['exclude', '^browser/chromeos'], | 4532 ['exclude', '^browser/chromeos'], |
| 4528 ['exclude', '^browser/ui/webui/chromeos'], | 4533 ['exclude', '^browser/ui/webui/chromeos'], |
| 4529 ['exclude', '^browser/ui/webui/options2/chromeos'], | 4534 ['exclude', '^browser/ui/webui/options2/chromeos'], |
| 4530 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], | 4535 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], |
| 4531 ['exclude', 'browser/download/download_file_picker_chromeos.h'], | 4536 ['exclude', 'browser/download/download_file_picker_chromeos.h'], |
| 4532 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc']
, | 4537 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc']
, |
| 4533 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], | 4538 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], |
| 4534 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'], | 4539 ['exclude', 'browser/extensions/api/input_ime/input_ime_api.cc'], |
| (...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5540 'includes': [ '../build/jni_generator.gypi' ], | 5545 'includes': [ '../build/jni_generator.gypi' ], |
| 5541 'dependencies': [ | 5546 'dependencies': [ |
| 5542 'android_jar_jni_headers', | 5547 'android_jar_jni_headers', |
| 5543 ], | 5548 ], |
| 5544 }, | 5549 }, |
| 5545 ], | 5550 ], |
| 5546 }, | 5551 }, |
| 5547 ], | 5552 ], |
| 5548 ], | 5553 ], |
| 5549 } | 5554 } |
| OLD | NEW |