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

Side by Side Diff: extensions/common/BUILD.gn

Issue 671553002: Move extensions manifest handler for OAuth2 to //extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/common/api/_manifest_features.json » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 mojom("mojo") { 8 mojom("mojo") {
9 sources = [ 9 sources = [
10 "stash.mojom", 10 "stash.mojom",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "manifest_handlers/file_handler_info.cc", 112 "manifest_handlers/file_handler_info.cc",
113 "manifest_handlers/file_handler_info.h", 113 "manifest_handlers/file_handler_info.h",
114 "manifest_handlers/icons_handler.cc", 114 "manifest_handlers/icons_handler.cc",
115 "manifest_handlers/icons_handler.h", 115 "manifest_handlers/icons_handler.h",
116 "manifest_handlers/incognito_info.cc", 116 "manifest_handlers/incognito_info.cc",
117 "manifest_handlers/incognito_info.h", 117 "manifest_handlers/incognito_info.h",
118 "manifest_handlers/kiosk_mode_info.cc", 118 "manifest_handlers/kiosk_mode_info.cc",
119 "manifest_handlers/kiosk_mode_info.h", 119 "manifest_handlers/kiosk_mode_info.h",
120 "manifest_handlers/launcher_page_info.cc", 120 "manifest_handlers/launcher_page_info.cc",
121 "manifest_handlers/launcher_page_info.h", 121 "manifest_handlers/launcher_page_info.h",
122 "manifest_handlers/oauth2_manifest_handler.cc",
123 "manifest_handlers/oauth2_manifest_handler.h",
122 "manifest_handlers/offline_enabled_info.cc", 124 "manifest_handlers/offline_enabled_info.cc",
123 "manifest_handlers/offline_enabled_info.h", 125 "manifest_handlers/offline_enabled_info.h",
124 "manifest_handlers/options_page_info.cc", 126 "manifest_handlers/options_page_info.cc",
125 "manifest_handlers/options_page_info.h", 127 "manifest_handlers/options_page_info.h",
126 "manifest_handlers/permissions_parser.cc", 128 "manifest_handlers/permissions_parser.cc",
127 "manifest_handlers/permissions_parser.h", 129 "manifest_handlers/permissions_parser.h",
128 "manifest_handlers/requirements_info.cc", 130 "manifest_handlers/requirements_info.cc",
129 "manifest_handlers/requirements_info.h", 131 "manifest_handlers/requirements_info.h",
130 "manifest_handlers/sandboxed_page_info.cc", 132 "manifest_handlers/sandboxed_page_info.cc",
131 "manifest_handlers/sandboxed_page_info.h", 133 "manifest_handlers/sandboxed_page_info.h",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 "manifest_handlers/nacl_modules_handler.h", 264 "manifest_handlers/nacl_modules_handler.h",
263 ] 265 ]
264 } 266 }
265 267
266 if (is_win) { 268 if (is_win) {
267 cflags = [ 269 cflags = [
268 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 270 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
269 ] 271 ]
270 } 272 }
271 } 273 }
OLDNEW
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/common/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698