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

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: Unflattens CLs 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
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 2569 matching lines...) Expand 10 before | Expand all | Expand 10 after
2580 ], 2580 ],
2581 'sources/': [ 2581 'sources/': [
2582 ['exclude', '^browser/ui/omnibox/'], 2582 ['exclude', '^browser/ui/omnibox/'],
2583 ['exclude', '^browser/ui/panels/'], 2583 ['exclude', '^browser/ui/panels/'],
2584 ['exclude', '^browser/ui/pdf/'], 2584 ['exclude', '^browser/ui/pdf/'],
2585 ['exclude', '^browser/ui/startup/'], 2585 ['exclude', '^browser/ui/startup/'],
2586 ['exclude', '^browser/ui/tabs/'], 2586 ['exclude', '^browser/ui/tabs/'],
2587 ['exclude', '^browser/ui/toolbar/'], 2587 ['exclude', '^browser/ui/toolbar/'],
2588 ['exclude', '^browser/ui/webui/downloads_'], 2588 ['exclude', '^browser/ui/webui/downloads_'],
2589 ['exclude', '^browser/ui/webui/feedback_'], 2589 ['exclude', '^browser/ui/webui/feedback_'],
2590 ['exclude', '^browser/ui/webui/flags_'],
2591 ['exclude', '^browser/ui/webui/help/'], 2590 ['exclude', '^browser/ui/webui/help/'],
2592 ['exclude', '^browser/ui/webui/inspect_'], 2591 ['exclude', '^browser/ui/webui/inspect_'],
2593 ['exclude', '^browser/ui/webui/options'], 2592 ['exclude', '^browser/ui/webui/options'],
2594 ['exclude', '^browser/ui/webui/options'], 2593 ['exclude', '^browser/ui/webui/options'],
2595 ['exclude', '^browser/ui/webui/signin/'], 2594 ['exclude', '^browser/ui/webui/signin/'],
2596 ['exclude', '^browser/ui/webui/suggestions_internals'], 2595 ['exclude', '^browser/ui/webui/suggestions_internals'],
2597 ['exclude', '^browser/ui/webui/sync_promo'], 2596 ['exclude', '^browser/ui/webui/sync_promo'],
2598 ['exclude', '^browser/ui/webui/uber'], 2597 ['exclude', '^browser/ui/webui/uber'],
2599 ], 2598 ],
2600 }], 2599 }],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2808 }], 2807 }],
2809 ['enable_message_center==1', { 2808 ['enable_message_center==1', {
2810 'dependencies': [ 2809 'dependencies': [
2811 '../ui/message_center/message_center.gyp:message_center', 2810 '../ui/message_center/message_center.gyp:message_center',
2812 ], 2811 ],
2813 }], 2812 }],
2814 ], 2813 ],
2815 }, 2814 },
2816 ], 2815 ],
2817 } 2816 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698