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

Side by Side Diff: apps/apps.gypi

Issue 12985002: Add a new App launcher promo to the apps page / NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unit tests. Created 7 years, 9 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 | « no previous file | apps/field_trial_names.h » ('j') | apps/field_trial_names.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 14 matching lines...) Expand all
25 'app_shim/app_shim_host_mac.cc', 25 'app_shim/app_shim_host_mac.cc',
26 'app_shim/app_shim_host_mac.h', 26 'app_shim/app_shim_host_mac.h',
27 'app_shim/app_shim_host_manager_mac.h', 27 'app_shim/app_shim_host_manager_mac.h',
28 'app_shim/app_shim_host_manager_mac.mm', 28 'app_shim/app_shim_host_manager_mac.mm',
29 'app_launcher.cc', 29 'app_launcher.cc',
30 'app_launcher.h', 30 'app_launcher.h',
31 'app_restore_service.cc', 31 'app_restore_service.cc',
32 'app_restore_service.h', 32 'app_restore_service.h',
33 'app_restore_service_factory.cc', 33 'app_restore_service_factory.cc',
34 'app_restore_service_factory.h', 34 'app_restore_service_factory.h',
35 'field_trial_names.cc',
36 'field_trial_names.h',
35 'pref_names.cc', 37 'pref_names.cc',
36 'pref_names.h', 38 'pref_names.h',
37 'prefs.cc', 39 'prefs.cc',
38 'prefs.h', 40 'prefs.h',
39 'shortcut_manager.cc', 41 'shortcut_manager.cc',
40 'shortcut_manager.h', 42 'shortcut_manager.h',
41 'shortcut_manager_factory.cc', 43 'shortcut_manager_factory.cc',
42 'shortcut_manager_factory.h', 44 'shortcut_manager_factory.h',
43 'switches.cc', 45 'switches.cc',
44 'switches.h', 46 'switches.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'VCLinkerTool': { 93 'VCLinkerTool': {
92 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 94 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
93 }, 95 },
94 }, 96 },
95 }, 97 },
96 ], 98 ],
97 }, 99 },
98 ], # 'OS=="win"' 100 ], # 'OS=="win"'
99 ], # 'conditions' 101 ], # 'conditions'
100 } 102 }
OLDNEW
« no previous file with comments | « no previous file | apps/field_trial_names.h » ('j') | apps/field_trial_names.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698