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

Side by Side Diff: content/content_browser.gypi

Issue 2049303002: Add the UtilityProcessMojoClient class and convert SafeJsonParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed android sandbox browser tests 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
« no previous file with comments | « content/browser/utility_process_mojo_client_browsertest.cc ('k') | content/content_tests.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'public/browser/stream_info.cc', 318 'public/browser/stream_info.cc',
319 'public/browser/stream_info.h', 319 'public/browser/stream_info.h',
320 'public/browser/trace_uploader.h', 320 'public/browser/trace_uploader.h',
321 'public/browser/tracing_controller.h', 321 'public/browser/tracing_controller.h',
322 'public/browser/tracing_delegate.cc', 322 'public/browser/tracing_delegate.cc',
323 'public/browser/tracing_delegate.h', 323 'public/browser/tracing_delegate.h',
324 'public/browser/url_data_source.cc', 324 'public/browser/url_data_source.cc',
325 'public/browser/url_data_source.h', 325 'public/browser/url_data_source.h',
326 'public/browser/user_metrics.h', 326 'public/browser/user_metrics.h',
327 'public/browser/utility_process_host.h', 327 'public/browser/utility_process_host.h',
328 'public/browser/utility_process_mojo_client.h',
328 'public/browser/web_contents.cc', 329 'public/browser/web_contents.cc',
329 'public/browser/web_contents.h', 330 'public/browser/web_contents.h',
330 'public/browser/web_contents_delegate.cc', 331 'public/browser/web_contents_delegate.cc',
331 'public/browser/web_contents_delegate.h', 332 'public/browser/web_contents_delegate.h',
332 'public/browser/web_contents_media_capture_id.cc', 333 'public/browser/web_contents_media_capture_id.cc',
333 'public/browser/web_contents_media_capture_id.h', 334 'public/browser/web_contents_media_capture_id.h',
334 'public/browser/web_contents_observer.cc', 335 'public/browser/web_contents_observer.cc',
335 'public/browser/web_contents_observer.h', 336 'public/browser/web_contents_observer.h',
336 'public/browser/web_contents_user_data.h', 337 'public/browser/web_contents_user_data.h',
337 'public/browser/web_contents_view_delegate.cc', 338 'public/browser/web_contents_view_delegate.cc',
(...skipping 1873 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 ], 2212 ],
2212 }], 2213 }],
2213 ['OS != "mac" and OS != "android"', { 2214 ['OS != "mac" and OS != "android"', {
2214 'sources!': [ 2215 'sources!': [
2215 'browser/gpu/gpu_surface_tracker.cc', 2216 'browser/gpu/gpu_surface_tracker.cc',
2216 'browser/gpu/gpu_surface_tracker.h', 2217 'browser/gpu/gpu_surface_tracker.h',
2217 ], 2218 ],
2218 }], 2219 }],
2219 ], 2220 ],
2220 } 2221 }
OLDNEW
« no previous file with comments | « content/browser/utility_process_mojo_client_browsertest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698