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

Side by Side Diff: content/content_browser.gypi

Issue 6990028: Remove files that don't exist, and fix typos in gyp files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some more Created 9 years, 7 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 | « chrome/chrome_tests.gypi ('k') | content/content_common.gypi » ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_browser', 8 'target_name': 'content_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'browser/device_orientation/provider.h', 66 'browser/device_orientation/provider.h',
67 'browser/device_orientation/provider_impl.cc', 67 'browser/device_orientation/provider_impl.cc',
68 'browser/device_orientation/provider_impl.h', 68 'browser/device_orientation/provider_impl.h',
69 'browser/disposition_utils.cc', 69 'browser/disposition_utils.cc',
70 'browser/disposition_utils.h', 70 'browser/disposition_utils.h',
71 'browser/file_system/browser_file_system_helper.cc', 71 'browser/file_system/browser_file_system_helper.cc',
72 'browser/file_system/browser_file_system_helper.h', 72 'browser/file_system/browser_file_system_helper.h',
73 'browser/file_system/file_system_dispatcher_host.cc', 73 'browser/file_system/file_system_dispatcher_host.cc',
74 'browser/file_system/file_system_dispatcher_host.h', 74 'browser/file_system/file_system_dispatcher_host.h',
75 'browser/font_list_async.cc', 75 'browser/font_list_async.cc',
76 'browser/font_list_asnyc.h', 76 'browser/font_list_async.h',
77 'browser/geolocation/access_token_store.h', 77 'browser/geolocation/access_token_store.h',
78 'browser/geolocation/arbitrator_dependency_factory.cc', 78 'browser/geolocation/arbitrator_dependency_factory.cc',
79 'browser/geolocation/arbitrator_dependency_factory.h', 79 'browser/geolocation/arbitrator_dependency_factory.h',
80 'browser/geolocation/core_location_data_provider_mac.h', 80 'browser/geolocation/core_location_data_provider_mac.h',
81 'browser/geolocation/core_location_data_provider_mac.mm', 81 'browser/geolocation/core_location_data_provider_mac.mm',
82 'browser/geolocation/core_location_provider_mac.h', 82 'browser/geolocation/core_location_provider_mac.h',
83 'browser/geolocation/core_location_provider_mac.mm', 83 'browser/geolocation/core_location_provider_mac.mm',
84 'browser/geolocation/device_data_provider.cc', 84 'browser/geolocation/device_data_provider.cc',
85 'browser/geolocation/device_data_provider.h', 85 'browser/geolocation/device_data_provider.h',
86 'browser/geolocation/empty_device_data_provider.cc', 86 'browser/geolocation/empty_device_data_provider.cc',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'mac_bundle_resources': [ 382 'mac_bundle_resources': [
383 'browser/gpu.sb', 383 'browser/gpu.sb',
384 'browser/worker.sb', 384 'browser/worker.sb',
385 ], 385 ],
386 }, 386 },
387 }], 387 }],
388 ], 388 ],
389 }, 389 },
390 ], 390 ],
391 } 391 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698