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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11280112: UMA for Windows 8 Secondary Tile pinning/unpinning user actions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: **fails presubmit** make secondary_tile_types.h, +review comments 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 2637 matching lines...) Expand 10 before | Expand all | Expand 10 after
2648 ], 2648 ],
2649 'export_dependent_settings': [ 2649 'export_dependent_settings': [
2650 '../ui/views/controls/webview/webview.gyp:webview', 2650 '../ui/views/controls/webview/webview.gyp:webview',
2651 '../ui/views/views.gyp:views', 2651 '../ui/views/views.gyp:views',
2652 ], 2652 ],
2653 'sources': [ 2653 'sources': [
2654 'browser/ui/views/network_profile_bubble_view.cc', 2654 'browser/ui/views/network_profile_bubble_view.cc',
2655 'browser/ui/views/network_profile_bubble_view.h', 2655 'browser/ui/views/network_profile_bubble_view.h',
2656 'browser/ui/webui/conflicts_ui.cc', 2656 'browser/ui/webui/conflicts_ui.cc',
2657 'browser/ui/webui/conflicts_ui.h', 2657 'browser/ui/webui/conflicts_ui.h',
2658 '../win8/metro_driver/secondary_tile_types.h',
MAD 2012/11/29 15:26:18 We should not include stuff from the win8 folder h
tapted 2012/11/30 00:30:31 Done.
2658 ], 2659 ],
2659 'sources!': [ 2660 'sources!': [
2660 'browser/ui/certificate_dialogs.cc', 2661 'browser/ui/certificate_dialogs.cc',
2661 'browser/ui/certificate_dialogs.h', 2662 'browser/ui/certificate_dialogs.h',
2662 'browser/ui/crypto_module_password_dialog.cc', 2663 'browser/ui/crypto_module_password_dialog.cc',
2663 'browser/ui/crypto_module_password_dialog_nss.cc', 2664 'browser/ui/crypto_module_password_dialog_nss.cc',
2664 'browser/ui/startup/autolaunch_prompt.cc', 2665 'browser/ui/startup/autolaunch_prompt.cc',
2665 'browser/ui/views/simple_message_box_views.cc', 2666 'browser/ui/views/simple_message_box_views.cc',
2666 'browser/ui/webui/help/version_updater_basic.cc', 2667 'browser/ui/webui/help/version_updater_basic.cc',
2667 'browser/ui/webui/help/version_updater_basic.h', 2668 'browser/ui/webui/help/version_updater_basic.h',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
2757 }, { # else: enable_app_list==0 2758 }, { # else: enable_app_list==0
2758 'sources/': [ 2759 'sources/': [
2759 ['exclude', '^browser/ui/views/app_list/'], 2760 ['exclude', '^browser/ui/views/app_list/'],
2760 ['exclude', '^browser/ui/app_list/'], 2761 ['exclude', '^browser/ui/app_list/'],
2761 ] 2762 ]
2762 }], 2763 }],
2763 ], 2764 ],
2764 }, 2765 },
2765 ], 2766 ],
2766 } 2767 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698