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

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

Issue 484613002: Move apps::SizeConstraints to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extensions/browser/app_window 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 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 7
8 # GYP version: extensions/extensions.gyp:extensions_browser 8 # GYP version: extensions/extensions.gyp:extensions_browser
9 source_set("browser") { 9 source_set("browser") {
10 sources = [ 10 sources = [
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "api/storage/weak_unlimited_settings_storage.cc", 118 "api/storage/weak_unlimited_settings_storage.cc",
119 "api/storage/weak_unlimited_settings_storage.h", 119 "api/storage/weak_unlimited_settings_storage.h",
120 "api/test/test_api.cc", 120 "api/test/test_api.cc",
121 "api/test/test_api.h", 121 "api/test/test_api.h",
122 "api/usb/usb_api.cc", 122 "api/usb/usb_api.cc",
123 "api/usb/usb_api.h", 123 "api/usb/usb_api.h",
124 "api/usb/usb_device_resource.cc", 124 "api/usb/usb_device_resource.cc",
125 "api/usb/usb_device_resource.h", 125 "api/usb/usb_device_resource.h",
126 "api_activity_monitor.h", 126 "api_activity_monitor.h",
127 "app_sorting.h", 127 "app_sorting.h",
128 "app_window/size_constraints.cc",
129 "app_window/size_constraints.h",
128 "blacklist_state.h", 130 "blacklist_state.h",
129 "blob_holder.cc", 131 "blob_holder.cc",
130 "blob_holder.h", 132 "blob_holder.h",
131 "browser_context_keyed_api_factory.h", 133 "browser_context_keyed_api_factory.h",
132 "browser_context_keyed_service_factories.cc", 134 "browser_context_keyed_service_factories.cc",
133 "browser_context_keyed_service_factories.h", 135 "browser_context_keyed_service_factories.h",
134 "component_extension_resource_manager.h", 136 "component_extension_resource_manager.h",
135 "computed_hashes.cc", 137 "computed_hashes.cc",
136 "computed_hashes.h", 138 "computed_hashes.h",
137 "content_hash_fetcher.cc", 139 "content_hash_fetcher.cc",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ] 281 ]
280 } 282 }
281 } 283 }
282 284
283 if (is_win) { 285 if (is_win) {
284 cflags = [ 286 cflags = [
285 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 287 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
286 ] 288 ]
287 } 289 }
288 } 290 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm ('k') | extensions/browser/app_window/size_constraints.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698