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

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

Issue 1435063002: Eliminate third_party/mojo/src from all targets' include paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 | « mojo/edk/test/test_support_impl.h ('k') | mojo/fetcher/network_fetcher_unittest.cc » ('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 # GYP version: mojo_base.gyp:mojo_environment_chromium 5 # GYP version: mojo_base.gyp:mojo_environment_chromium
6 source_set("chromium") { 6 source_set("chromium") {
7 output_name = "mojo_environment_chromium" 7 output_name = "mojo_environment_chromium"
8 8
9 sources = [ 9 sources = [
10 "environment.cc", 10 "environment.cc",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "default_logger_impl.cc", 42 "default_logger_impl.cc",
43 "default_logger_impl.h", 43 "default_logger_impl.h",
44 "default_run_loop_impl.cc", 44 "default_run_loop_impl.cc",
45 "default_run_loop_impl.h", 45 "default_run_loop_impl.h",
46 "default_task_tracker_impl.cc", 46 "default_task_tracker_impl.cc",
47 "default_task_tracker_impl.h", 47 "default_task_tracker_impl.h",
48 ] 48 ]
49 49
50 defines = [ "MOJO_ENVIRONMENT_IMPL_IMPLEMENTATION" ] 50 defines = [ "MOJO_ENVIRONMENT_IMPL_IMPLEMENTATION" ]
51 51
52 public_configs =
53 [ "//third_party/mojo/src/mojo/public/build/config:mojo_sdk" ]
54
55 deps = [ 52 deps = [
56 "//base", 53 "//base",
57 "//base/third_party/dynamic_annotations", 54 "//base/third_party/dynamic_annotations",
58 "//mojo/message_pump", 55 "//mojo/message_pump",
59 "//third_party/mojo/src/mojo/public/c/system:for_component", 56 "//third_party/mojo/src/mojo/public/c/system:for_component",
60 "//third_party/mojo/src/mojo/public/cpp/environment:environment", 57 "//third_party/mojo/src/mojo/public/cpp/environment:environment",
61 ] 58 ]
62 } 59 }
OLDNEW
« no previous file with comments | « mojo/edk/test/test_support_impl.h ('k') | mojo/fetcher/network_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698