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

Side by Side Diff: chrome/common/extensions/api/api.gyp

Issue 17165004: <webview>: Partially migrate loadcommit event from content to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT Created 7 years, 5 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'api', 8 'target_name': 'api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
11 '<@(schema_files)', 11 '<@(schema_files)',
12 ], 12 ],
13 # TODO(jschuh): http://crbug.com/167187 size_t -> int 13 # TODO(jschuh): http://crbug.com/167187 size_t -> int
14 'msvs_disabled_warnings': [ 4267 ], 14 'msvs_disabled_warnings': [ 4267 ],
15 'includes': [ 15 'includes': [
16 '../../../../build/json_schema_bundle_compile.gypi', 16 '../../../../build/json_schema_bundle_compile.gypi',
17 '../../../../build/json_schema_compile.gypi', 17 '../../../../build/json_schema_compile.gypi',
18 ], 18 ],
19 'variables': { 19 'variables': {
20 'chromium_code': 1, 20 'chromium_code': 1,
21 'schema_files': [ 21 'schema_files': [
22 'alarms.idl', 22 'alarms.idl',
23 'activity_log_private.json', 23 'activity_log_private.json',
24 'adview.json',
24 'app_current_window_internal.idl', 25 'app_current_window_internal.idl',
25 'app_runtime.idl', 26 'app_runtime.idl',
26 'app_window.idl', 27 'app_window.idl',
27 'audio.idl', 28 'audio.idl',
28 'autotest_private.idl', 29 'autotest_private.idl',
29 'bluetooth.idl', 30 'bluetooth.idl',
30 'bookmark_manager_private.json', 31 'bookmark_manager_private.json',
31 'bookmarks.json', 32 'bookmarks.json',
32 'chromeos_info_private.json', 33 'chromeos_info_private.json',
33 'cloud_print_private.json', 34 'cloud_print_private.json',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 ['OS!="chromeos"', { 123 ['OS!="chromeos"', {
123 'schema_files!': [ 124 'schema_files!': [
124 'file_browser_handler_internal.json', 125 'file_browser_handler_internal.json',
125 'rtc_private.idl', 126 'rtc_private.idl',
126 ], 127 ],
127 }], 128 }],
128 ], 129 ],
129 }, 130 },
130 ], 131 ],
131 } 132 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/adview.json ('k') | chrome/renderer/resources/extensions/ad_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698