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

Side by Side Diff: content/content_utility.gypi

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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 | « content/content_tests.gypi ('k') | content/public/common/content_switches.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../mojo/mojo_base.gyp:mojo_common_lib', 8 '../mojo/mojo_base.gyp:mojo_common_lib',
9 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 9 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
10 '../services/shell/shell.gyp:shell_lib', 10 '../services/shell/shell.gyp:shell_lib',
11 '../services/shell/shell_public.gyp:shell_public', 11 '../services/shell/shell_public.gyp:shell_public',
12 '../third_party/WebKit/public/blink.gyp:blink', 12 '../third_party/WebKit/public/blink.gyp:blink',
13 '../url/url.gyp:url_lib', 13 '../url/url.gyp:url_lib',
14 ], 14 ],
15 'variables': { 15 'variables': {
16 'utility_sources': [ 16 'utility_sources': [
17 'utility/in_process_utility_thread.cc', 17 'utility/in_process_utility_thread.cc',
18 'utility/in_process_utility_thread.h', 18 'utility/in_process_utility_thread.h',
19 'utility/utility_blink_platform_impl.cc', 19 'utility/utility_blink_platform_impl.cc',
20 'utility/utility_blink_platform_impl.h', 20 'utility/utility_blink_platform_impl.h',
21 'utility/utility_main.cc', 21 'utility/utility_main.cc',
22 'utility/utility_process_control_impl.cc', 22 'utility/utility_process_control_impl.cc',
23 'utility/utility_process_control_impl.h', 23 'utility/utility_process_control_impl.h',
24 'utility/utility_thread_impl.cc', 24 'utility/utility_thread_impl.cc',
25 'utility/utility_thread_impl.h', 25 'utility/utility_thread_impl.h',
26 'utility/webthread_impl_for_utility_thread.cc',
27 'utility/webthread_impl_for_utility_thread.h',
28 ], 26 ],
29 'public_utility_sources': [ 27 'public_utility_sources': [
30 'public/utility/content_utility_client.cc', 28 'public/utility/content_utility_client.cc',
31 'public/utility/content_utility_client.h', 29 'public/utility/content_utility_client.h',
32 'public/utility/utility_thread.cc', 30 'public/utility/utility_thread.cc',
33 'public/utility/utility_thread.h', 31 'public/utility/utility_thread.h',
34 ], 32 ],
35 }, 33 },
36 'include_dirs': [ 34 'include_dirs': [
37 '..', 35 '..',
38 ], 36 ],
39 'sources': [ 37 'sources': [
40 '<@(public_utility_sources)', 38 '<@(public_utility_sources)',
41 '<@(utility_sources)', 39 '<@(utility_sources)',
42 ], 40 ],
43 } 41 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698