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

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

Issue 2015643002: Add (optional) options to Run[Main]Application(). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: doh Created 4 years, 6 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 source_set("application") { 5 source_set("application") {
6 sources = [ 6 sources = [
7 "application_runner_chromium.cc", 7 "application_runner_chromium.cc",
8 "application_runner_chromium.h", 8 "application_runner_chromium.h",
9 "run_application.cc", 9 "run_application.cc",
10 "run_application_options_chromium.h",
10 ] 11 ]
11 12
12 public_deps = [ 13 public_deps = [
13 "//mojo/public/cpp/application", 14 "//mojo/public/cpp/application",
14 ] 15 ]
15 deps = [ 16 deps = [
16 "//base", 17 "//base",
17 "//mojo/environment:chromium", 18 "//mojo/environment:chromium",
18 "//mojo/message_pump", 19 "//mojo/message_pump",
19 "//mojo/public/cpp/system", 20 "//mojo/public/cpp/system",
(...skipping 26 matching lines...) Expand all
46 "//mojo/public/cpp/application:test_support", 47 "//mojo/public/cpp/application:test_support",
47 ] 48 ]
48 deps = [ 49 deps = [
49 "//base", 50 "//base",
50 "//base/test:test_config", 51 "//base/test:test_config",
51 "//mojo/environment:chromium", 52 "//mojo/environment:chromium",
52 "//mojo/public/cpp/application", 53 "//mojo/public/cpp/application",
53 "//mojo/public/cpp/system", 54 "//mojo/public/cpp/system",
54 ] 55 ]
55 } 56 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698