Chromium Code Reviews| 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 4668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4679 ['exclude', '^browser/ui/webui/help/'], | 4679 ['exclude', '^browser/ui/webui/help/'], |
| 4680 ['exclude', '^browser/ui/webui/inspect_'], | 4680 ['exclude', '^browser/ui/webui/inspect_'], |
| 4681 ['exclude', '^browser/ui/webui/options'], | 4681 ['exclude', '^browser/ui/webui/options'], |
| 4682 ['exclude', '^browser/ui/webui/options2'], | 4682 ['exclude', '^browser/ui/webui/options2'], |
| 4683 ['exclude', '^browser/ui/webui/print_preview/'], | 4683 ['exclude', '^browser/ui/webui/print_preview/'], |
| 4684 ['exclude', '^browser/ui/webui/signin/'], | 4684 ['exclude', '^browser/ui/webui/signin/'], |
| 4685 ['exclude', '^browser/ui/webui/sync_promo'], | 4685 ['exclude', '^browser/ui/webui/sync_promo'], |
| 4686 ['exclude', '^browser/usb/'], | 4686 ['exclude', '^browser/usb/'], |
| 4687 ], | 4687 ], |
| 4688 }], | 4688 }], |
| 4689 ['OS!="android"', { | |
|
Paweł Hajdan Jr.
2012/06/06 08:20:00
I guess you want to make it _always_ depend on lib
digit1
2012/06/06 09:27:04
OOops, that's right. that's totally not what we wa
felipeg
2012/06/06 09:48:31
Good catch.
Done.
| |
| 4690 'dependencies': [ | |
| 4691 '../third_party/libusb/libusb.gyp:libusb', | |
| 4692 ], | |
| 4693 }], | |
| 4694 ['OS=="mac"', { | 4689 ['OS=="mac"', { |
| 4695 'sources!': [ | 4690 'sources!': [ |
| 4696 'browser/automation/automation_provider_list_generic.cc', | 4691 'browser/automation/automation_provider_list_generic.cc', |
| 4697 'browser/bookmarks/bookmark_drop_info.cc', | 4692 'browser/bookmarks/bookmark_drop_info.cc', |
| 4698 'browser/first_run/upgrade_util.cc', | 4693 'browser/first_run/upgrade_util.cc', |
| 4699 'browser/importer/nss_decryptor_system_nss.cc', | 4694 'browser/importer/nss_decryptor_system_nss.cc', |
| 4700 'browser/importer/nss_decryptor_system_nss.h', | 4695 'browser/importer/nss_decryptor_system_nss.h', |
| 4701 'browser/jankometer.cc', | 4696 'browser/jankometer.cc', |
| 4702 'browser/lifetime/application_lifetime_stub.cc', | 4697 'browser/lifetime/application_lifetime_stub.cc', |
| 4703 'browser/password_manager/encryptor_posix.cc', | 4698 'browser/password_manager/encryptor_posix.cc', |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5171 'browser/metrics/proto/study.proto', | 5166 'browser/metrics/proto/study.proto', |
| 5172 ], | 5167 ], |
| 5173 'variables': { | 5168 'variables': { |
| 5174 'proto_in_dir': 'browser/metrics/proto', | 5169 'proto_in_dir': 'browser/metrics/proto', |
| 5175 'proto_out_dir': 'chrome/browser/metrics/proto', | 5170 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5176 }, | 5171 }, |
| 5177 'includes': [ '../build/protoc.gypi' ] | 5172 'includes': [ '../build/protoc.gypi' ] |
| 5178 }, | 5173 }, |
| 5179 ], | 5174 ], |
| 5180 } | 5175 } |
| OLD | NEW |