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

Side by Side Diff: extensions/extensions.gyp

Issue 919183002: Move chromeos::device_event_log into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shut down in PostDestroyThreads. Created 5 years, 10 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 | « components/device_event_log/device_event_log_impl_unittest.cc ('k') | ui/chromeos/DEPS » ('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 'includes': [ 6 'includes': [
7 'extensions.gypi', 7 'extensions.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 }], 116 }],
117 ], 117 ],
118 }, 118 },
119 { 119 {
120 # GN version: //extensions/browser 120 # GN version: //extensions/browser
121 'target_name': 'extensions_browser', 121 'target_name': 'extensions_browser',
122 'type': 'static_library', 122 'type': 'static_library',
123 'dependencies': [ 123 'dependencies': [
124 '../base/base.gyp:base', 124 '../base/base.gyp:base',
125 '../base/base.gyp:base_prefs', 125 '../base/base.gyp:base_prefs',
126 '../components/components.gyp:device_event_log_component',
126 '../components/components.gyp:keyed_service_content', 127 '../components/components.gyp:keyed_service_content',
127 '../components/components.gyp:keyed_service_core', 128 '../components/components.gyp:keyed_service_core',
128 '../components/components.gyp:onc_component', 129 '../components/components.gyp:onc_component',
129 '../components/components.gyp:pref_registry', 130 '../components/components.gyp:pref_registry',
130 '../components/components.gyp:sessions_content', 131 '../components/components.gyp:sessions_content',
131 '../components/components.gyp:storage_monitor', 132 '../components/components.gyp:storage_monitor',
132 '../components/components.gyp:ui_zoom', 133 '../components/components.gyp:ui_zoom',
133 '../components/components.gyp:web_cache_browser', 134 '../components/components.gyp:web_cache_browser',
134 '../components/components.gyp:web_modal', 135 '../components/components.gyp:web_modal',
135 '../content/content.gyp:content_browser', 136 '../content/content.gyp:content_browser',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', 308 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
308 ], 309 ],
309 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 310 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
310 }, 311 },
311 'includes': [ '../build/repack_action.gypi' ], 312 'includes': [ '../build/repack_action.gypi' ],
312 }, 313 },
313 ], 314 ],
314 }, 315 },
315 ] 316 ]
316 } 317 }
OLDNEW
« no previous file with comments | « components/device_event_log/device_event_log_impl_unittest.cc ('k') | ui/chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698