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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2977 matching lines...) Expand 10 before | Expand all | Expand 10 after
2988 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2988 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2989 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2989 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2990 '../third_party/libyuv/libyuv.gyp:libyuv', 2990 '../third_party/libyuv/libyuv.gyp:libyuv',
2991 '../third_party/npapi/npapi.gyp:npapi', 2991 '../third_party/npapi/npapi.gyp:npapi',
2992 '../third_party/smhasher/smhasher.gyp:cityhash', 2992 '../third_party/smhasher/smhasher.gyp:cityhash',
2993 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2993 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2994 '../ui/gl/gl.gyp:gl', 2994 '../ui/gl/gl.gyp:gl',
2995 '../ui/surface/surface.gyp:surface', 2995 '../ui/surface/surface.gyp:surface',
2996 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2996 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2997 '../v8/tools/gyp/v8.gyp:v8', 2997 '../v8/tools/gyp/v8.gyp:v8',
2998 '../webkit/storage_browser.gyp:webkit_storage_browser', 2998 '../storage/storage.gyp:webkit_storage_browser',
2999 '../webkit/storage_common.gyp:webkit_storage_common', 2999 '../storage/storage.gyp:webkit_storage_common',
3000 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', 3000 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
3001 ], 3001 ],
3002 'sources': [ 3002 'sources': [
3003 '<@(chrome_browser_non_ios_sources)', 3003 '<@(chrome_browser_non_ios_sources)',
3004 3004
3005 # These files are generated by GRIT. 3005 # These files are generated by GRIT.
3006 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3006 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3007 '<(grit_out_dir)/grit/theme_resources_map.cc', 3007 '<(grit_out_dir)/grit/theme_resources_map.cc',
3008 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', 3008 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
3009 3009
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
3628 'package_name': 'org/chromium/chrome/browser', 3628 'package_name': 'org/chromium/chrome/browser',
3629 'template_deps': ['browser/android/tab_load_status.h'], 3629 'template_deps': ['browser/android/tab_load_status.h'],
3630 }, 3630 },
3631 'includes': [ '../build/android/java_cpp_template.gypi' ], 3631 'includes': [ '../build/android/java_cpp_template.gypi' ],
3632 }, 3632 },
3633 ], 3633 ],
3634 }, 3634 },
3635 ], 3635 ],
3636 ], 3636 ],
3637 } 3637 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698