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

Side by Side Diff: chrome/chrome_common.gypi

Issue 574273002: Rewrite clipboard write IPC handling to be easier to understand. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Document Created 6 years, 1 month 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 | chrome/common/net/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 '<(DEPTH)/base/base.gyp:base', 598 '<(DEPTH)/base/base.gyp:base',
599 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 599 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
600 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 600 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
601 '<(DEPTH)/components/components.gyp:dns_prefetch_common', 601 '<(DEPTH)/components/components.gyp:dns_prefetch_common',
602 '<(DEPTH)/components/components.gyp:error_page_common', 602 '<(DEPTH)/components/components.gyp:error_page_common',
603 '<(DEPTH)/crypto/crypto.gyp:crypto', 603 '<(DEPTH)/crypto/crypto.gyp:crypto',
604 '<(DEPTH)/net/net.gyp:net_resources', 604 '<(DEPTH)/net/net.gyp:net_resources',
605 '<(DEPTH)/net/net.gyp:net', 605 '<(DEPTH)/net/net.gyp:net',
606 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 606 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
607 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 607 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
608 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
608 ], 609 ],
609 'conditions': [ 610 'conditions': [
610 ['OS != "ios"', { 611 ['OS != "ios"', {
611 'dependencies': [ 612 'dependencies': [
612 '<(DEPTH)/gpu/gpu.gyp:gpu_ipc', 613 '<(DEPTH)/gpu/gpu.gyp:gpu_ipc',
613 ], 614 ],
614 }, { # OS == ios 615 }, { # OS == ios
615 'sources!': [ 616 'sources!': [
616 'common/net/net_resource_provider.cc', 617 'common/net/net_resource_provider.cc',
617 'common/net/x509_certificate_model.cc', 618 'common/net/x509_certificate_model.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 'common/safe_browsing/csd.proto' 675 'common/safe_browsing/csd.proto'
675 ], 676 ],
676 'variables': { 677 'variables': {
677 'proto_in_dir': 'common/safe_browsing', 678 'proto_in_dir': 'common/safe_browsing',
678 'proto_out_dir': 'chrome/common/safe_browsing', 679 'proto_out_dir': 'chrome/common/safe_browsing',
679 }, 680 },
680 'includes': [ '../build/protoc.gypi' ], 681 'includes': [ '../build/protoc.gypi' ],
681 }, 682 },
682 ], 683 ],
683 } 684 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698