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

Side by Side Diff: content/content_common.gypi

Issue 164913004: Chromium plumbing for Screen Orientation API orientationchange events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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_browser.gypi ('k') | content/content_renderer.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', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', 357 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc',
358 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', 358 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h',
359 'common/sandbox_mac.h', 359 'common/sandbox_mac.h',
360 'common/sandbox_mac.mm', 360 'common/sandbox_mac.mm',
361 'common/sandbox_util.cc', 361 'common/sandbox_util.cc',
362 'common/sandbox_util.h', 362 'common/sandbox_util.h',
363 'common/sandbox_win.cc', 363 'common/sandbox_win.cc',
364 'common/sandbox_win.h', 364 'common/sandbox_win.h',
365 'common/savable_url_schemes.cc', 365 'common/savable_url_schemes.cc',
366 'common/savable_url_schemes.h', 366 'common/savable_url_schemes.h',
367 'common/screen_orientation_messages.h',
367 'common/service_worker/embedded_worker_messages.h', 368 'common/service_worker/embedded_worker_messages.h',
368 'common/service_worker/service_worker_messages.h', 369 'common/service_worker/service_worker_messages.h',
369 'common/service_worker/service_worker_status_code.cc', 370 'common/service_worker/service_worker_status_code.cc',
370 'common/service_worker/service_worker_status_code.h', 371 'common/service_worker/service_worker_status_code.h',
371 'common/service_worker/service_worker_types.cc', 372 'common/service_worker/service_worker_types.cc',
372 'common/service_worker/service_worker_types.h', 373 'common/service_worker/service_worker_types.h',
373 'common/set_process_title.cc', 374 'common/set_process_title.cc',
374 'common/set_process_title.h', 375 'common/set_process_title.h',
375 'common/set_process_title_linux.cc', 376 'common/set_process_title_linux.cc',
376 'common/set_process_title_linux.h', 377 'common/set_process_title_linux.h',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 642 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
642 'common/sandbox_linux/bpf_renderer_policy_linux.h', 643 'common/sandbox_linux/bpf_renderer_policy_linux.h',
643 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 644 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
644 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 645 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
645 ], 646 ],
646 }, { 647 }, {
647 'defines': ['USE_SECCOMP_BPF'], 648 'defines': ['USE_SECCOMP_BPF'],
648 }], 649 }],
649 ], 650 ],
650 } 651 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698