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

Side by Side Diff: extensions/extensions.gyp

Issue 673843002: Splits components/sessions into separate core and content targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN. Created 6 years, 1 month 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
« components/sessions/BUILD.gn ('K') | « extensions/browser/BUILD.gn ('k') | no next file » | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 # GN version: //extensions/browser 302 # GN version: //extensions/browser
303 'target_name': 'extensions_browser', 303 'target_name': 'extensions_browser',
304 'type': 'static_library', 304 'type': 'static_library',
305 'dependencies': [ 305 'dependencies': [
306 '../base/base.gyp:base', 306 '../base/base.gyp:base',
307 '../base/base.gyp:base_prefs', 307 '../base/base.gyp:base_prefs',
308 '../components/components.gyp:copresence_sockets', 308 '../components/components.gyp:copresence_sockets',
309 '../components/components.gyp:keyed_service_content', 309 '../components/components.gyp:keyed_service_content',
310 '../components/components.gyp:keyed_service_core', 310 '../components/components.gyp:keyed_service_core',
311 '../components/components.gyp:pref_registry', 311 '../components/components.gyp:pref_registry',
312 '../components/components.gyp:sessions', 312 '../components/components.gyp:sessions_content',
313 '../components/components.gyp:storage_monitor', 313 '../components/components.gyp:storage_monitor',
314 '../components/components.gyp:web_cache_browser', 314 '../components/components.gyp:web_cache_browser',
315 '../components/components.gyp:web_modal', 315 '../components/components.gyp:web_modal',
316 '../content/content.gyp:content_browser', 316 '../content/content.gyp:content_browser',
317 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 317 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
318 '../device/serial/serial.gyp:device_serial', 318 '../device/serial/serial.gyp:device_serial',
319 '../google_apis/google_apis.gyp:google_apis', 319 '../google_apis/google_apis.gyp:google_apis',
320 '../skia/skia.gyp:skia', 320 '../skia/skia.gyp:skia',
321 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 321 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
322 '../third_party/re2/re2.gyp:re2', 322 '../third_party/re2/re2.gyp:re2',
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 'conditions': [ 1224 'conditions': [
1225 ['OS=="win" and win_use_allocator_shim==1', { 1225 ['OS=="win" and win_use_allocator_shim==1', {
1226 'dependencies': [ 1226 'dependencies': [
1227 '../base/allocator/allocator.gyp:allocator', 1227 '../base/allocator/allocator.gyp:allocator',
1228 ], 1228 ],
1229 }], 1229 }],
1230 ], 1230 ],
1231 }, 1231 },
1232 ] 1232 ]
1233 } 1233 }
OLDNEW
« components/sessions/BUILD.gn ('K') | « extensions/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698