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

Side by Side Diff: extensions/extensions.gyp

Issue 484613002: Move apps::SizeConstraints to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extensions/browser/app_window Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « extensions/browser/app_window/size_constraints.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'browser/api/test/test_api.cc', 368 'browser/api/test/test_api.cc',
369 'browser/api/test/test_api.h', 369 'browser/api/test/test_api.h',
370 'browser/api/usb/usb_api.cc', 370 'browser/api/usb/usb_api.cc',
371 'browser/api/usb/usb_api.h', 371 'browser/api/usb/usb_api.h',
372 'browser/api/usb/usb_device_resource.cc', 372 'browser/api/usb/usb_device_resource.cc',
373 'browser/api/usb/usb_device_resource.h', 373 'browser/api/usb/usb_device_resource.h',
374 'browser/api/usb_private/usb_private_api.cc', 374 'browser/api/usb_private/usb_private_api.cc',
375 'browser/api/usb_private/usb_private_api.h', 375 'browser/api/usb_private/usb_private_api.h',
376 'browser/api_activity_monitor.h', 376 'browser/api_activity_monitor.h',
377 'browser/app_sorting.h', 377 'browser/app_sorting.h',
378 'browser/app_window/size_constraints.cc',
379 'browser/app_window/size_constraints.h',
378 'browser/blacklist_state.h', 380 'browser/blacklist_state.h',
379 'browser/blob_holder.cc', 381 'browser/blob_holder.cc',
380 'browser/blob_holder.h', 382 'browser/blob_holder.h',
381 'browser/browser_context_keyed_api_factory.h', 383 'browser/browser_context_keyed_api_factory.h',
382 'browser/browser_context_keyed_service_factories.cc', 384 'browser/browser_context_keyed_service_factories.cc',
383 'browser/browser_context_keyed_service_factories.h', 385 'browser/browser_context_keyed_service_factories.h',
384 'browser/component_extension_resource_manager.h', 386 'browser/component_extension_resource_manager.h',
385 'browser/computed_hashes.cc', 387 'browser/computed_hashes.cc',
386 'browser/computed_hashes.h', 388 'browser/computed_hashes.h',
387 'browser/content_hash_fetcher.cc', 389 'browser/content_hash_fetcher.cc',
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 'browser/api/cast_channel/logging.proto' 930 'browser/api/cast_channel/logging.proto'
929 ], 931 ],
930 'variables': { 932 'variables': {
931 'proto_in_dir': 'browser/api/cast_channel', 933 'proto_in_dir': 'browser/api/cast_channel',
932 'proto_out_dir': 'extensions/browser/api/cast_channel', 934 'proto_out_dir': 'extensions/browser/api/cast_channel',
933 }, 935 },
934 'includes': [ '../build/protoc.gypi' ] 936 'includes': [ '../build/protoc.gypi' ]
935 }, 937 },
936 ] 938 ]
937 } 939 }
OLDNEW
« no previous file with comments | « extensions/browser/app_window/size_constraints.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698