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 4855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4866 'browser/ui/window_sizer/window_sizer.h', | 4866 'browser/ui/window_sizer/window_sizer.h', |
4867 'browser/upgrade_detector.cc', | 4867 'browser/upgrade_detector.cc', |
4868 'browser/upgrade_detector.h', | 4868 'browser/upgrade_detector.h', |
4869 'browser/upgrade_detector_impl.cc', | 4869 'browser/upgrade_detector_impl.cc', |
4870 'browser/upgrade_detector_impl.h', | 4870 'browser/upgrade_detector_impl.h', |
4871 ], | 4871 ], |
4872 'sources/': [ | 4872 'sources/': [ |
4873 ['exclude', '^browser/captive_portal/'], | 4873 ['exclude', '^browser/captive_portal/'], |
4874 ['exclude', '^browser/chrome_to_mobile'], | 4874 ['exclude', '^browser/chrome_to_mobile'], |
4875 ['exclude', '^browser/importer/'], | 4875 ['exclude', '^browser/importer/'], |
| 4876 ['exclude', '^browser/ui/intents/'], |
4876 ['exclude', '^browser/ui/panels/'], | 4877 ['exclude', '^browser/ui/panels/'], |
4877 ['exclude', '^browser/ui/tabs/'], | 4878 ['exclude', '^browser/ui/tabs/'], |
4878 ['exclude', '^browser/ui/toolbar/'], | 4879 ['exclude', '^browser/ui/toolbar/'], |
4879 ['exclude', '^browser/ui/webui/downloads_'], | 4880 ['exclude', '^browser/ui/webui/downloads_'], |
4880 ['exclude', '^browser/ui/webui/feedback_'], | 4881 ['exclude', '^browser/ui/webui/feedback_'], |
4881 ['exclude', '^browser/ui/webui/flags_'], | 4882 ['exclude', '^browser/ui/webui/flags_'], |
4882 ['exclude', '^browser/ui/webui/help/'], | 4883 ['exclude', '^browser/ui/webui/help/'], |
4883 ['exclude', '^browser/ui/webui/inspect_'], | 4884 ['exclude', '^browser/ui/webui/inspect_'], |
4884 ['exclude', '^browser/ui/webui/options'], | 4885 ['exclude', '^browser/ui/webui/options'], |
4885 ['exclude', '^browser/ui/webui/options2'], | 4886 ['exclude', '^browser/ui/webui/options2'], |
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5366 'browser/metrics/proto/study.proto', | 5367 'browser/metrics/proto/study.proto', |
5367 ], | 5368 ], |
5368 'variables': { | 5369 'variables': { |
5369 'proto_in_dir': 'browser/metrics/proto', | 5370 'proto_in_dir': 'browser/metrics/proto', |
5370 'proto_out_dir': 'chrome/browser/metrics/proto', | 5371 'proto_out_dir': 'chrome/browser/metrics/proto', |
5371 }, | 5372 }, |
5372 'includes': [ '../build/protoc.gypi' ] | 5373 'includes': [ '../build/protoc.gypi' ] |
5373 }, | 5374 }, |
5374 ], | 5375 ], |
5375 } | 5376 } |
OLD | NEW |