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

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: Created 8 years 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 2530 matching lines...) Expand 10 before | Expand all | Expand 10 after
2541 ], 2541 ],
2542 'sources/': [ 2542 'sources/': [
2543 ['exclude', '^browser/ui/omnibox/'], 2543 ['exclude', '^browser/ui/omnibox/'],
2544 ['exclude', '^browser/ui/panels/'], 2544 ['exclude', '^browser/ui/panels/'],
2545 ['exclude', '^browser/ui/pdf/'], 2545 ['exclude', '^browser/ui/pdf/'],
2546 ['exclude', '^browser/ui/startup/'], 2546 ['exclude', '^browser/ui/startup/'],
2547 ['exclude', '^browser/ui/tabs/'], 2547 ['exclude', '^browser/ui/tabs/'],
2548 ['exclude', '^browser/ui/toolbar/'], 2548 ['exclude', '^browser/ui/toolbar/'],
2549 ['exclude', '^browser/ui/webui/downloads_'], 2549 ['exclude', '^browser/ui/webui/downloads_'],
2550 ['exclude', '^browser/ui/webui/feedback_'], 2550 ['exclude', '^browser/ui/webui/feedback_'],
2551 ['exclude', '^browser/ui/webui/flags_'],
2552 ['exclude', '^browser/ui/webui/help/'], 2551 ['exclude', '^browser/ui/webui/help/'],
2553 ['exclude', '^browser/ui/webui/inspect_'], 2552 ['exclude', '^browser/ui/webui/inspect_'],
2554 ['exclude', '^browser/ui/webui/options'], 2553 ['exclude', '^browser/ui/webui/options'],
2555 ['exclude', '^browser/ui/webui/options'], 2554 ['exclude', '^browser/ui/webui/options'],
2556 ['exclude', '^browser/ui/webui/signin/'], 2555 ['exclude', '^browser/ui/webui/signin/'],
2557 ['exclude', '^browser/ui/webui/suggestions_internals'], 2556 ['exclude', '^browser/ui/webui/suggestions_internals'],
2558 ['exclude', '^browser/ui/webui/sync_promo'], 2557 ['exclude', '^browser/ui/webui/sync_promo'],
2559 ['exclude', '^browser/ui/webui/uber'], 2558 ['exclude', '^browser/ui/webui/uber'],
2560 ], 2559 ],
2561 }], 2560 }],
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
2767 }, { # else: enable_app_list==0 2766 }, { # else: enable_app_list==0
2768 'sources/': [ 2767 'sources/': [
2769 ['exclude', '^browser/ui/views/app_list/'], 2768 ['exclude', '^browser/ui/views/app_list/'],
2770 ['exclude', '^browser/ui/app_list/'], 2769 ['exclude', '^browser/ui/app_list/'],
2771 ] 2770 ]
2772 }], 2771 }],
2773 ], 2772 ],
2774 }, 2773 },
2775 ], 2774 ],
2776 } 2775 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698