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

Side by Side Diff: apps/apps.gypi

Issue 17226003: Add metrics for interactions with the Apps Launcher promo dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed gyp file. :-/ Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « apps/app_launcher.cc ('k') | apps/metrics_names.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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': 'apps', 8 'target_name': 'apps',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 30 matching lines...) Expand all
41 'app_shim/app_shim_handler_mac.cc', 41 'app_shim/app_shim_handler_mac.cc',
42 'app_shim/app_shim_handler_mac.h', 42 'app_shim/app_shim_handler_mac.h',
43 'app_shim/app_shim_host_mac.cc', 43 'app_shim/app_shim_host_mac.cc',
44 'app_shim/app_shim_host_mac.h', 44 'app_shim/app_shim_host_mac.h',
45 'app_shim/app_shim_host_manager_mac.h', 45 'app_shim/app_shim_host_manager_mac.h',
46 'app_shim/app_shim_host_manager_mac.mm', 46 'app_shim/app_shim_host_manager_mac.mm',
47 'app_shim/extension_app_shim_handler_mac.cc', 47 'app_shim/extension_app_shim_handler_mac.cc',
48 'app_shim/extension_app_shim_handler_mac.h', 48 'app_shim/extension_app_shim_handler_mac.h',
49 'field_trial_names.cc', 49 'field_trial_names.cc',
50 'field_trial_names.h', 50 'field_trial_names.h',
51 'metrics_names.h',
51 'pref_names.cc', 52 'pref_names.cc',
52 'pref_names.h', 53 'pref_names.h',
53 'prefs.cc', 54 'prefs.cc',
54 'prefs.h', 55 'prefs.h',
55 'saved_files_service.cc', 56 'saved_files_service.cc',
56 'saved_files_service.h', 57 'saved_files_service.h',
57 'saved_files_service_factory.cc', 58 'saved_files_service_factory.cc',
58 'saved_files_service_factory.h', 59 'saved_files_service_factory.h',
59 'shell_window_geometry_cache.cc', 60 'shell_window_geometry_cache.cc',
60 'shell_window_geometry_cache.h', 61 'shell_window_geometry_cache.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'VCLinkerTool': { 114 'VCLinkerTool': {
114 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 115 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
115 }, 116 },
116 }, 117 },
117 }, 118 },
118 ], 119 ],
119 }, 120 },
120 ], # 'OS=="win"' 121 ], # 'OS=="win"'
121 ], # 'conditions' 122 ], # 'conditions'
122 } 123 }
OLDNEW
« no previous file with comments | « apps/app_launcher.cc ('k') | apps/metrics_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698