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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11633020: Re-enable about:flags on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing nilesh's comments Created 7 years, 11 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2576 matching lines...) Expand 10 before | Expand all | Expand 10 after
2587 ], 2587 ],
2588 'sources/': [ 2588 'sources/': [
2589 ['exclude', '^browser/ui/omnibox/'], 2589 ['exclude', '^browser/ui/omnibox/'],
2590 ['exclude', '^browser/ui/panels/'], 2590 ['exclude', '^browser/ui/panels/'],
2591 ['exclude', '^browser/ui/pdf/'], 2591 ['exclude', '^browser/ui/pdf/'],
2592 ['exclude', '^browser/ui/startup/'], 2592 ['exclude', '^browser/ui/startup/'],
2593 ['exclude', '^browser/ui/tabs/'], 2593 ['exclude', '^browser/ui/tabs/'],
2594 ['exclude', '^browser/ui/toolbar/'], 2594 ['exclude', '^browser/ui/toolbar/'],
2595 ['exclude', '^browser/ui/webui/downloads_'], 2595 ['exclude', '^browser/ui/webui/downloads_'],
2596 ['exclude', '^browser/ui/webui/feedback_'], 2596 ['exclude', '^browser/ui/webui/feedback_'],
2597 ['exclude', '^browser/ui/webui/flags_'],
2598 ['exclude', '^browser/ui/webui/help/'], 2597 ['exclude', '^browser/ui/webui/help/'],
2599 ['exclude', '^browser/ui/webui/inspect_'], 2598 ['exclude', '^browser/ui/webui/inspect_'],
2600 ['exclude', '^browser/ui/webui/options'], 2599 ['exclude', '^browser/ui/webui/options'],
2601 ['exclude', '^browser/ui/webui/options'], 2600 ['exclude', '^browser/ui/webui/options'],
2602 ['exclude', '^browser/ui/webui/signin/'], 2601 ['exclude', '^browser/ui/webui/signin/'],
2603 ['exclude', '^browser/ui/webui/suggestions_internals'], 2602 ['exclude', '^browser/ui/webui/suggestions_internals'],
2604 ['exclude', '^browser/ui/webui/sync_promo'], 2603 ['exclude', '^browser/ui/webui/sync_promo'],
2605 ['exclude', '^browser/ui/webui/uber'], 2604 ['exclude', '^browser/ui/webui/uber'],
2606 ], 2605 ],
2607 }], 2606 }],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2815 }], 2814 }],
2816 ['enable_message_center==1', { 2815 ['enable_message_center==1', {
2817 'dependencies': [ 2816 'dependencies': [
2818 '../ui/message_center/message_center.gyp:message_center', 2817 '../ui/message_center/message_center.gyp:message_center',
2819 ], 2818 ],
2820 }], 2819 }],
2821 ], 2820 ],
2822 }, 2821 },
2823 ], 2822 ],
2824 } 2823 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698