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

Side by Side Diff: apps/apps.gypi

Issue 527693002: Move AppWindowContentsImpl to extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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
« no previous file with comments | « apps/app_window_contents.cc ('k') | chrome/browser/apps/app_browsertest_util.cc » ('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 20 matching lines...) Expand all
31 'app_lifetime_monitor_factory.cc', 31 'app_lifetime_monitor_factory.cc',
32 'app_lifetime_monitor_factory.h', 32 'app_lifetime_monitor_factory.h',
33 'app_load_service.cc', 33 'app_load_service.cc',
34 'app_load_service.h', 34 'app_load_service.h',
35 'app_load_service_factory.cc', 35 'app_load_service_factory.cc',
36 'app_load_service_factory.h', 36 'app_load_service_factory.h',
37 'app_restore_service.cc', 37 'app_restore_service.cc',
38 'app_restore_service.h', 38 'app_restore_service.h',
39 'app_restore_service_factory.cc', 39 'app_restore_service_factory.cc',
40 'app_restore_service_factory.h', 40 'app_restore_service_factory.h',
41 'app_window_contents.cc',
42 'app_window_contents.h',
43 'browser_context_keyed_service_factories.cc', 41 'browser_context_keyed_service_factories.cc',
44 'browser_context_keyed_service_factories.h', 42 'browser_context_keyed_service_factories.h',
45 'custom_launcher_page_contents.cc', 43 'custom_launcher_page_contents.cc',
46 'custom_launcher_page_contents.h', 44 'custom_launcher_page_contents.h',
47 'launcher.cc', 45 'launcher.cc',
48 'launcher.h', 46 'launcher.h',
49 'metrics_names.h', 47 'metrics_names.h',
50 'saved_files_service.cc', 48 'saved_files_service.cc',
51 'saved_files_service.h', 49 'saved_files_service.h',
52 'saved_files_service_factory.cc', 50 'saved_files_service_factory.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'sources/': [ 83 'sources/': [
86 ['exclude', 'ui/views/'], 84 ['exclude', 'ui/views/'],
87 ], 85 ],
88 }], 86 }],
89 ], 87 ],
90 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 88 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
91 'msvs_disabled_warnings': [ 4267, ], 89 'msvs_disabled_warnings': [ 4267, ],
92 }, 90 },
93 ], # targets 91 ], # targets
94 } 92 }
OLDNEW
« no previous file with comments | « apps/app_window_contents.cc ('k') | chrome/browser/apps/app_browsertest_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698