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

Side by Side Diff: mojo/application/public/cpp/BUILD.gn

Issue 1323233004: Adds better security checking to OnCreatedFrame() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 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 # GYP version: mojo/mojo_base.gyp:mojo_application_base 5 # GYP version: mojo/mojo_base.gyp:mojo_application_base
6 source_set("cpp") { 6 source_set("cpp") {
7 public_deps = [ 7 public_deps = [
8 ":sources", 8 ":sources",
9 ":init_commandline", 9 ":init_commandline",
10 ] 10 ]
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "application_test_base.h", 81 "application_test_base.h",
82 "lib/application_test_base.cc", 82 "lib/application_test_base.cc",
83 "lib/application_test_main.cc", 83 "lib/application_test_main.cc",
84 ] 84 ]
85 85
86 deps = [ 86 deps = [
87 ":cpp", 87 ":cpp",
88 "//base", 88 "//base",
89 "//base/test:test_support", 89 "//base/test:test_support",
90 "//mojo/application/public/interfaces:interfaces_cpp_sources", 90 "//mojo/application/public/interfaces:interfaces_cpp_sources",
91 "//mojo/logging",
91 "//third_party/mojo/src/mojo/public/cpp/bindings", 92 "//third_party/mojo/src/mojo/public/cpp/bindings",
92 "//third_party/mojo/src/mojo/public/cpp/environment", 93 "//third_party/mojo/src/mojo/public/cpp/environment",
93 "//third_party/mojo/src/mojo/public/cpp/system", 94 "//third_party/mojo/src/mojo/public/cpp/system",
94 "//testing/gtest", 95 "//testing/gtest",
95 ] 96 ]
96 97
97 data_deps = [] 98 data_deps = []
98 if (is_android) { 99 if (is_android) {
99 data_deps += [ "//mojo/android" ] 100 data_deps += [ "//mojo/android" ]
100 } 101 }
101 if (!is_component_build) { 102 if (!is_component_build) {
102 data_deps += [ "//mojo/runner" ] 103 data_deps += [ "//mojo/runner" ]
103 } 104 }
104 } 105 }
OLDNEW
« no previous file with comments | « components/web_view/web_view_impl.cc ('k') | mojo/application/public/cpp/lib/application_test_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698