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

Side by Side Diff: mojo/mojo_variables.gypi

Issue 1772503002: Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « mojo/mojo_public.gyp ('k') | mojo/public/cpp/bindings/BUILD.gn » ('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 # 5 #
6 # A set of GYP variables that are shared between various mojo .gyp files. 6 # A set of GYP variables that are shared between various mojo .gyp files.
7 # 7 #
8 { 8 {
9 'variables': { 9 'variables': {
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 27 matching lines...) Expand all
38 'mojo_system_for_component': "<(DEPTH)/mojo/mojo_public.gyp:mojo_system_ placeholder", 38 'mojo_system_for_component': "<(DEPTH)/mojo/mojo_public.gyp:mojo_system_ placeholder",
39 'mojo_system_for_loadable_module': "<(DEPTH)/mojo/mojo_public.gyp:mojo_s ystem", 39 'mojo_system_for_loadable_module': "<(DEPTH)/mojo/mojo_public.gyp:mojo_s ystem",
40 }], 40 }],
41 ], 41 ],
42 'mojo_public_system_unittest_sources': [ 42 'mojo_public_system_unittest_sources': [
43 '<(DEPTH)/mojo/public/c/system/tests/core_unittest.cc', 43 '<(DEPTH)/mojo/public/c/system/tests/core_unittest.cc',
44 '<(DEPTH)/mojo/public/c/system/tests/core_unittest_pure_c.c', 44 '<(DEPTH)/mojo/public/c/system/tests/core_unittest_pure_c.c',
45 '<(DEPTH)/mojo/public/c/system/tests/macros_unittest.cc', 45 '<(DEPTH)/mojo/public/c/system/tests/macros_unittest.cc',
46 '<(DEPTH)/mojo/public/cpp/system/tests/core_unittest.cc', 46 '<(DEPTH)/mojo/public/cpp/system/tests/core_unittest.cc',
47 '<(DEPTH)/mojo/public/cpp/system/tests/macros_unittest.cc', 47 '<(DEPTH)/mojo/public/cpp/system/tests/macros_unittest.cc',
48 '<(DEPTH)/mojo/public/cpp/system/tests/watcher_unittest.cc',
49 ], 48 ],
50 }, 49 },
51 } 50 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698