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

Side by Side Diff: apps/apps.gypi

Issue 580963002: Add a service to track devices selected by the user. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed all of scheib@'s feedback. 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/DEPS ('k') | apps/saved_devices_service.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 27 matching lines...) Expand all
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 'browser_context_keyed_service_factories.cc', 41 'browser_context_keyed_service_factories.cc',
42 'browser_context_keyed_service_factories.h', 42 'browser_context_keyed_service_factories.h',
43 'custom_launcher_page_contents.cc', 43 'custom_launcher_page_contents.cc',
44 'custom_launcher_page_contents.h', 44 'custom_launcher_page_contents.h',
45 'launcher.cc', 45 'launcher.cc',
46 'launcher.h', 46 'launcher.h',
47 'metrics_names.h', 47 'metrics_names.h',
48 'saved_devices_service.cc',
49 'saved_devices_service.h',
50 'saved_devices_service_factory.cc',
51 'saved_devices_service_factory.h',
48 'saved_files_service.cc', 52 'saved_files_service.cc',
49 'saved_files_service.h', 53 'saved_files_service.h',
50 'saved_files_service_factory.cc', 54 'saved_files_service_factory.cc',
51 'saved_files_service_factory.h', 55 'saved_files_service_factory.h',
52 'switches.cc', 56 'switches.cc',
53 'switches.h', 57 'switches.h',
54 'ui/views/app_window_frame_view.cc', 58 'ui/views/app_window_frame_view.cc',
55 'ui/views/app_window_frame_view.h', 59 'ui/views/app_window_frame_view.h',
56 'ui/views/native_app_window_views.cc', 60 'ui/views/native_app_window_views.cc',
57 'ui/views/native_app_window_views.h', 61 'ui/views/native_app_window_views.h',
(...skipping 25 matching lines...) Expand all
83 'sources/': [ 87 'sources/': [
84 ['exclude', 'ui/views/'], 88 ['exclude', 'ui/views/'],
85 ], 89 ],
86 }], 90 }],
87 ], 91 ],
88 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 92 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
89 'msvs_disabled_warnings': [ 4267, ], 93 'msvs_disabled_warnings': [ 4267, ],
90 }, 94 },
91 ], # targets 95 ], # targets
92 } 96 }
OLDNEW
« no previous file with comments | « apps/DEPS ('k') | apps/saved_devices_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698