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

Side by Side Diff: content/common/BUILD.gn

Issue 2358123005: Move OneWriterSeqLock and SharedMemorySeqLockBuffer from content/ to device/base/synchronization (Closed)
Patch Set: Fixes Created 4 years, 2 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 | « no previous file | content/common/DEPS » ('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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "mojo/mojo_shell_connection_impl.cc", 227 "mojo/mojo_shell_connection_impl.cc",
228 "mojo/mojo_shell_connection_impl.h", 228 "mojo/mojo_shell_connection_impl.h",
229 "navigation_gesture.h", 229 "navigation_gesture.h",
230 "navigation_params.cc", 230 "navigation_params.cc",
231 "navigation_params.h", 231 "navigation_params.h",
232 "net/url_fetcher.cc", 232 "net/url_fetcher.cc",
233 "net/url_request_service_worker_data.cc", 233 "net/url_request_service_worker_data.cc",
234 "net/url_request_service_worker_data.h", 234 "net/url_request_service_worker_data.h",
235 "net/url_request_user_data.cc", 235 "net/url_request_user_data.cc",
236 "net/url_request_user_data.h", 236 "net/url_request_user_data.h",
237 "one_writer_seqlock.cc",
238 "one_writer_seqlock.h",
239 "origin_trials/trial_token.cc", 237 "origin_trials/trial_token.cc",
240 "origin_trials/trial_token.h", 238 "origin_trials/trial_token.h",
241 "origin_trials/trial_token_validator.cc", 239 "origin_trials/trial_token_validator.cc",
242 "origin_trials/trial_token_validator.h", 240 "origin_trials/trial_token_validator.h",
243 "origin_util.cc", 241 "origin_util.cc",
244 "p2p_messages.h", 242 "p2p_messages.h",
245 "page_state_serialization.cc", 243 "page_state_serialization.cc",
246 "page_state_serialization.h", 244 "page_state_serialization.h",
247 "page_zoom.cc", 245 "page_zoom.cc",
248 "pepper_file_util.cc", 246 "pepper_file_util.cc",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "//base", 358 "//base",
361 "//base/third_party/dynamic_annotations", 359 "//base/third_party/dynamic_annotations",
362 "//build/util:webkit_version", 360 "//build/util:webkit_version",
363 "//cc/ipc", 361 "//cc/ipc",
364 "//cc/surfaces", 362 "//cc/surfaces",
365 "//components/tracing", 363 "//components/tracing",
366 "//components/tracing:startup_tracing", 364 "//components/tracing:startup_tracing",
367 "//content:resources", 365 "//content:resources",
368 "//content/app/resources", 366 "//content/app/resources",
369 "//device/bluetooth", 367 "//device/bluetooth",
368 "//device/core",
timvolodine 2016/09/28 19:23:38 can we have a more specific dependency? i.e. //dev
370 "//gpu", 369 "//gpu",
371 "//gpu/command_buffer/client:gles2_c_lib", 370 "//gpu/command_buffer/client:gles2_c_lib",
372 "//gpu/command_buffer/client:gles2_cmd_helper", 371 "//gpu/command_buffer/client:gles2_cmd_helper",
373 "//gpu/command_buffer/client:gles2_implementation", 372 "//gpu/command_buffer/client:gles2_implementation",
374 "//gpu/command_buffer/client:gles2_interface", 373 "//gpu/command_buffer/client:gles2_interface",
375 "//gpu/command_buffer/common:gles2_utils", 374 "//gpu/command_buffer/common:gles2_utils",
376 "//gpu/command_buffer/service", 375 "//gpu/command_buffer/service",
377 "//gpu/ipc/client", 376 "//gpu/ipc/client",
378 "//gpu/ipc/common", 377 "//gpu/ipc/common",
379 "//gpu/skia_bindings", 378 "//gpu/skia_bindings",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 "//third_party/WebKit/public:mojo_bindings", 580 "//third_party/WebKit/public:mojo_bindings",
582 "//ui/gfx/geometry/mojo", 581 "//ui/gfx/geometry/mojo",
583 "//url/mojo:url_mojom_gurl", 582 "//url/mojo:url_mojom_gurl",
584 "//url/mojo:url_mojom_origin", 583 "//url/mojo:url_mojom_origin",
585 ] 584 ]
586 585
587 export_class_attribute = "CONTENT_EXPORT" 586 export_class_attribute = "CONTENT_EXPORT"
588 export_define = "CONTENT_IMPLEMENTATION=1" 587 export_define = "CONTENT_IMPLEMENTATION=1"
589 export_header = "content/common/content_export.h" 588 export_header = "content/common/content_export.h"
590 } 589 }
OLDNEW
« no previous file with comments | « no previous file | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698