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

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

Issue 864093002: Move sandboxed_unpacker.{h,cc} from chrome/ to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile errors Created 5 years, 10 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/DEPS ('k') | extensions/browser/extensions_test.h » ('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/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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "process_map.cc", 468 "process_map.cc",
469 "process_map.h", 469 "process_map.h",
470 "process_map_factory.cc", 470 "process_map_factory.cc",
471 "process_map_factory.h", 471 "process_map_factory.h",
472 "quota_service.cc", 472 "quota_service.cc",
473 "quota_service.h", 473 "quota_service.h",
474 "renderer_startup_helper.cc", 474 "renderer_startup_helper.cc",
475 "renderer_startup_helper.h", 475 "renderer_startup_helper.h",
476 "runtime_data.cc", 476 "runtime_data.cc",
477 "runtime_data.h", 477 "runtime_data.h",
478 "sandboxed_unpacker.cc",
479 "sandboxed_unpacker.h",
478 "script_execution_observer.h", 480 "script_execution_observer.h",
479 "script_executor.cc", 481 "script_executor.cc",
480 "script_executor.h", 482 "script_executor.h",
481 "state_store.cc", 483 "state_store.cc",
482 "state_store.h", 484 "state_store.h",
483 "suggest_permission_util.cc", 485 "suggest_permission_util.cc",
484 "suggest_permission_util.h", 486 "suggest_permission_util.h",
485 "uninstall_reason.h", 487 "uninstall_reason.h",
486 "update_observer.h", 488 "update_observer.h",
487 "updater/extension_cache.h", 489 "updater/extension_cache.h",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 sources += [ "api/audio/audio_service_linux.cc" ] 554 sources += [ "api/audio/audio_service_linux.cc" ]
553 } else { 555 } else {
554 sources += [ "api/audio/audio_service.cc" ] 556 sources += [ "api/audio/audio_service.cc" ]
555 } 557 }
556 } 558 }
557 559
558 if (is_win) { 560 if (is_win) {
559 cflags = [ "/wd4267" ] # TODO(jschuh): crbug.com/167187 fix size_t to int t runcations. 561 cflags = [ "/wd4267" ] # TODO(jschuh): crbug.com/167187 fix size_t to int t runcations.
560 } 562 }
561 } 563 }
OLDNEW
« no previous file with comments | « extensions/DEPS ('k') | extensions/browser/extensions_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698