Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10696072: Fix web-intent-related unit_tests linking issues on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698