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

Side by Side Diff: extensions/extensions.gyp

Issue 486153002: Move AppWindow related classes to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/app_window_geometry_cache_unittest.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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'browser/api/test/test_api.cc', 369 'browser/api/test/test_api.cc',
370 'browser/api/test/test_api.h', 370 'browser/api/test/test_api.h',
371 'browser/api/usb/usb_api.cc', 371 'browser/api/usb/usb_api.cc',
372 'browser/api/usb/usb_api.h', 372 'browser/api/usb/usb_api.h',
373 'browser/api/usb/usb_device_resource.cc', 373 'browser/api/usb/usb_device_resource.cc',
374 'browser/api/usb/usb_device_resource.h', 374 'browser/api/usb/usb_device_resource.h',
375 'browser/api/usb_private/usb_private_api.cc', 375 'browser/api/usb_private/usb_private_api.cc',
376 'browser/api/usb_private/usb_private_api.h', 376 'browser/api/usb_private/usb_private_api.h',
377 'browser/api_activity_monitor.h', 377 'browser/api_activity_monitor.h',
378 'browser/app_sorting.h', 378 'browser/app_sorting.h',
379 'browser/app_window/app_delegate.h',
380 'browser/app_window/app_web_contents_helper.cc',
381 'browser/app_window/app_web_contents_helper.h',
382 'browser/app_window/app_window_geometry_cache.cc',
383 'browser/app_window/app_window_geometry_cache.h',
379 'browser/app_window/native_app_window.h', 384 'browser/app_window/native_app_window.h',
380 'browser/app_window/size_constraints.cc', 385 'browser/app_window/size_constraints.cc',
381 'browser/app_window/size_constraints.h', 386 'browser/app_window/size_constraints.h',
382 'browser/blacklist_state.h', 387 'browser/blacklist_state.h',
383 'browser/blob_holder.cc', 388 'browser/blob_holder.cc',
384 'browser/blob_holder.h', 389 'browser/blob_holder.h',
385 'browser/browser_context_keyed_api_factory.h', 390 'browser/browser_context_keyed_api_factory.h',
386 'browser/browser_context_keyed_service_factories.cc', 391 'browser/browser_context_keyed_service_factories.cc',
387 'browser/browser_context_keyed_service_factories.h', 392 'browser/browser_context_keyed_service_factories.h',
388 'browser/component_extension_resource_manager.h', 393 'browser/component_extension_resource_manager.h',
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 'browser/api/cast_channel/logging.proto' 941 'browser/api/cast_channel/logging.proto'
937 ], 942 ],
938 'variables': { 943 'variables': {
939 'proto_in_dir': 'browser/api/cast_channel', 944 'proto_in_dir': 'browser/api/cast_channel',
940 'proto_out_dir': 'extensions/browser/api/cast_channel', 945 'proto_out_dir': 'extensions/browser/api/cast_channel',
941 }, 946 },
942 'includes': [ '../build/protoc.gypi' ] 947 'includes': [ '../build/protoc.gypi' ]
943 }, 948 },
944 ] 949 ]
945 } 950 }
OLDNEW
« no previous file with comments | « extensions/browser/app_window/app_window_geometry_cache_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698