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

Side by Side Diff: apps/apps.gypi

Issue 493003002: Merge apps/pref* to extensions/browser/pref* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix GN Created 6 years, 4 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_window.cc ('k') | apps/pref_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 # GN version: //apps 8 # GN version: //apps
9 'target_name': 'apps', 9 'target_name': 'apps',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'app_window_contents.h', 44 'app_window_contents.h',
45 'app_window_registry.cc', 45 'app_window_registry.cc',
46 'app_window_registry.h', 46 'app_window_registry.h',
47 'browser_context_keyed_service_factories.cc', 47 'browser_context_keyed_service_factories.cc',
48 'browser_context_keyed_service_factories.h', 48 'browser_context_keyed_service_factories.h',
49 'custom_launcher_page_contents.cc', 49 'custom_launcher_page_contents.cc',
50 'custom_launcher_page_contents.h', 50 'custom_launcher_page_contents.h',
51 'launcher.cc', 51 'launcher.cc',
52 'launcher.h', 52 'launcher.h',
53 'metrics_names.h', 53 'metrics_names.h',
54 'pref_names.cc',
55 'pref_names.h',
56 'prefs.cc',
57 'prefs.h',
58 'saved_files_service.cc', 54 'saved_files_service.cc',
59 'saved_files_service.h', 55 'saved_files_service.h',
60 'saved_files_service_factory.cc', 56 'saved_files_service_factory.cc',
61 'saved_files_service_factory.h', 57 'saved_files_service_factory.h',
62 'switches.cc', 58 'switches.cc',
63 'switches.h', 59 'switches.h',
64 'ui/apps_client.cc', 60 'ui/apps_client.cc',
65 'ui/apps_client.h', 61 'ui/apps_client.h',
66 'ui/views/app_window_frame_view.cc', 62 'ui/views/app_window_frame_view.cc',
67 'ui/views/app_window_frame_view.h', 63 'ui/views/app_window_frame_view.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'sources/': [ 103 'sources/': [
108 ['exclude', 'ui/views/'], 104 ['exclude', 'ui/views/'],
109 ], 105 ],
110 }], 106 }],
111 ], 107 ],
112 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 108 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
113 'msvs_disabled_warnings': [ 4267, ], 109 'msvs_disabled_warnings': [ 4267, ],
114 }, 110 },
115 ], # targets 111 ], # targets
116 } 112 }
OLDNEW
« no previous file with comments | « apps/app_window.cc ('k') | apps/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698