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

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

Powered by Google App Engine
This is Rietveld 408576698