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

Side by Side Diff: extensions/extensions.gyp

Issue 2019423005: Move //components/ui/zoom to top-level under //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « extensions/browser/guest_view/web_view/web_view_guest.cc ('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 'includes': [ 6 'includes': [
7 'extensions.gypi', 7 'extensions.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 '../components/components.gyp:browsing_data', 113 '../components/components.gyp:browsing_data',
114 '../components/components.gyp:cast_certificate', 114 '../components/components.gyp:cast_certificate',
115 '../components/components.gyp:device_event_log_component', 115 '../components/components.gyp:device_event_log_component',
116 '../components/components.gyp:guest_view_browser', 116 '../components/components.gyp:guest_view_browser',
117 '../components/components.gyp:keyed_service_content', 117 '../components/components.gyp:keyed_service_content',
118 '../components/components.gyp:keyed_service_core', 118 '../components/components.gyp:keyed_service_core',
119 '../components/components.gyp:onc_component', 119 '../components/components.gyp:onc_component',
120 '../components/components.gyp:pref_registry', 120 '../components/components.gyp:pref_registry',
121 '../components/components.gyp:sessions_content', 121 '../components/components.gyp:sessions_content',
122 '../components/components.gyp:storage_monitor', 122 '../components/components.gyp:storage_monitor',
123 '../components/components.gyp:ui_zoom',
124 '../components/components.gyp:update_client', 123 '../components/components.gyp:update_client',
125 '../components/components.gyp:variations', 124 '../components/components.gyp:variations',
126 '../components/components.gyp:version_info', 125 '../components/components.gyp:version_info',
127 '../components/components.gyp:web_cache_browser', 126 '../components/components.gyp:web_cache_browser',
128 '../components/components.gyp:web_modal', 127 '../components/components.gyp:web_modal',
128 '../components/components.gyp:zoom',
129 '../components/prefs/prefs.gyp:prefs', 129 '../components/prefs/prefs.gyp:prefs',
130 '../content/content.gyp:content_browser', 130 '../content/content.gyp:content_browser',
131 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 131 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
132 '../device/serial/serial.gyp:device_serial', 132 '../device/serial/serial.gyp:device_serial',
133 '../google_apis/google_apis.gyp:google_apis', 133 '../google_apis/google_apis.gyp:google_apis',
134 '../skia/skia.gyp:skia', 134 '../skia/skia.gyp:skia',
135 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 135 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
136 '../third_party/re2/re2.gyp:re2', 136 '../third_party/re2/re2.gyp:re2',
137 'browser/api/api_registration.gyp:extensions_api_registration', 137 'browser/api/api_registration.gyp:extensions_api_registration',
138 'common/api/api.gyp:cast_channel_proto', 138 'common/api/api.gyp:cast_channel_proto',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', 322 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
323 ], 323 ],
324 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 324 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
325 }, 325 },
326 'includes': [ '../build/repack_action.gypi' ], 326 'includes': [ '../build/repack_action.gypi' ],
327 }, 327 },
328 ], 328 ],
329 }, 329 },
330 ] 330 ]
331 } 331 }
OLDNEW
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698