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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 498273002: Rename storage-related export macros and build targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 2940 matching lines...) Expand 10 before | Expand all | Expand 10 after
2951 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2951 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2952 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2952 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2953 '../third_party/libyuv/libyuv.gyp:libyuv', 2953 '../third_party/libyuv/libyuv.gyp:libyuv',
2954 '../third_party/npapi/npapi.gyp:npapi', 2954 '../third_party/npapi/npapi.gyp:npapi',
2955 '../third_party/smhasher/smhasher.gyp:cityhash', 2955 '../third_party/smhasher/smhasher.gyp:cityhash',
2956 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2956 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2957 '../ui/gl/gl.gyp:gl', 2957 '../ui/gl/gl.gyp:gl',
2958 '../ui/surface/surface.gyp:surface', 2958 '../ui/surface/surface.gyp:surface',
2959 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2959 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2960 '../v8/tools/gyp/v8.gyp:v8', 2960 '../v8/tools/gyp/v8.gyp:v8',
2961 '../webkit/storage_browser.gyp:webkit_storage_browser', 2961 '../webkit/storage_browser.gyp:storage',
2962 '../webkit/storage_common.gyp:webkit_storage_common', 2962 '../webkit/storage_common.gyp:storage_common',
2963 ], 2963 ],
2964 'sources': [ 2964 'sources': [
2965 '<@(chrome_browser_non_ios_sources)', 2965 '<@(chrome_browser_non_ios_sources)',
2966 2966
2967 # These files are generated by GRIT. 2967 # These files are generated by GRIT.
2968 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 2968 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
2969 '<(grit_out_dir)/grit/theme_resources_map.cc', 2969 '<(grit_out_dir)/grit/theme_resources_map.cc',
2970 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', 2970 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
2971 2971
2972 # This file is generated by 2972 # This file is generated by
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
3582 'variables': { 3582 'variables': {
3583 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3583 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3584 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3584 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3585 }, 3585 },
3586 'includes': [ '../build/protoc.gypi' ] 3586 'includes': [ '../build/protoc.gypi' ]
3587 }, 3587 },
3588 ], 3588 ],
3589 },], 3589 },],
3590 ], 3590 ],
3591 } 3591 }
OLDNEW
« no previous file with comments | « chrome/browser/media_galleries/fileapi/mtp_file_stream_reader.h ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698