OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 5568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5579 ['exclude', '^browser/ui/gtk/select_file_dialog_impl_gtk.cc'], | 5579 ['exclude', '^browser/ui/gtk/select_file_dialog_impl_gtk.cc'], |
5580 ['exclude', '^browser/ui/gtk/select_file_dialog_impl_kde.cc'], | 5580 ['exclude', '^browser/ui/gtk/select_file_dialog_impl_kde.cc'], |
5581 ['include', '^browser/ui/views/select_file_dialog_extension.cc'], | 5581 ['include', '^browser/ui/views/select_file_dialog_extension.cc'], |
5582 ['include', '^browser/ui/views/select_file_dialog_extension.h'], | 5582 ['include', '^browser/ui/views/select_file_dialog_extension.h'], |
5583 ]}, { | 5583 ]}, { |
5584 'sources/': [ | 5584 'sources/': [ |
5585 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 5585 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
5586 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 5586 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
5587 ]} | 5587 ]} |
5588 ], | 5588 ], |
5589 ['chromeos_gtk==1', { | |
Peter Mayo
2012/03/04 17:52:57
Should this test actually be use_ash==0 ?
Elliot Glaysher
2012/03/05 18:30:00
use_ash==0 is the majority of builds, no?
Peter Mayo
2012/03/05 19:43:34
Probably -> the exclude still applies.
The includ
| |
5590 'sources/': [ | |
5591 [ 'include', '^browser/ui/views/confirm_bubble_view.cc' ], | |
5592 [ 'exclude', '^browser/chromeos/system/ash_*' ], | |
5593 ], | |
5594 }], | |
5589 ], | 5595 ], |
5590 }, | 5596 }, |
5591 { | 5597 { |
5592 'target_name': 'autofill_regexes', | 5598 'target_name': 'autofill_regexes', |
5593 'type': 'none', | 5599 'type': 'none', |
5594 'actions': [{ | 5600 'actions': [{ |
5595 'action_name': 'autofill_regexes', | 5601 'action_name': 'autofill_regexes', |
5596 'inputs': [ | 5602 'inputs': [ |
5597 '<(DEPTH)/build/escape_unicode.py', | 5603 '<(DEPTH)/build/escape_unicode.py', |
5598 'browser/autofill/autofill_regex_constants.cc.utf8', | 5604 'browser/autofill/autofill_regex_constants.cc.utf8', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5655 'type': 'static_library', | 5661 'type': 'static_library', |
5656 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5662 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5657 'variables': { | 5663 'variables': { |
5658 'proto_in_dir': 'browser/history', | 5664 'proto_in_dir': 'browser/history', |
5659 'proto_out_dir': 'chrome/browser/history', | 5665 'proto_out_dir': 'chrome/browser/history', |
5660 }, | 5666 }, |
5661 'includes': [ '../build/protoc.gypi' ] | 5667 'includes': [ '../build/protoc.gypi' ] |
5662 }, | 5668 }, |
5663 ], | 5669 ], |
5664 } | 5670 } |
OLD | NEW |