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

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: Rebased Created 6 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 | chrome/chrome_tests.gypi » ('j') | ui/base/clipboard/clipboard.cc » ('J')
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 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 ], 608 ],
609 'dependencies': [ 609 'dependencies': [
610 '<(DEPTH)/base/base.gyp:base', 610 '<(DEPTH)/base/base.gyp:base',
611 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 611 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
612 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 612 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
613 '<(DEPTH)/crypto/crypto.gyp:crypto', 613 '<(DEPTH)/crypto/crypto.gyp:crypto',
614 '<(DEPTH)/net/net.gyp:net_resources', 614 '<(DEPTH)/net/net.gyp:net_resources',
615 '<(DEPTH)/net/net.gyp:net', 615 '<(DEPTH)/net/net.gyp:net',
616 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 616 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
617 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 617 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
618 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
618 ], 619 ],
619 'conditions': [ 620 'conditions': [
620 ['OS != "ios"', { 621 ['OS != "ios"', {
621 'dependencies': [ 622 'dependencies': [
622 '<(DEPTH)/gpu/gpu.gyp:gpu_ipc', 623 '<(DEPTH)/gpu/gpu.gyp:gpu_ipc',
623 ], 624 ],
624 }, { # OS == ios 625 }, { # OS == ios
625 'sources!': [ 626 'sources!': [
626 'common/net/net_resource_provider.cc', 627 'common/net/net_resource_provider.cc',
627 'common/net/x509_certificate_model.cc', 628 'common/net/x509_certificate_model.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'common/safe_browsing/csd.proto' 685 'common/safe_browsing/csd.proto'
685 ], 686 ],
686 'variables': { 687 'variables': {
687 'proto_in_dir': 'common/safe_browsing', 688 'proto_in_dir': 'common/safe_browsing',
688 'proto_out_dir': 'chrome/common/safe_browsing', 689 'proto_out_dir': 'chrome/common/safe_browsing',
689 }, 690 },
690 'includes': [ '../build/protoc.gypi' ], 691 'includes': [ '../build/protoc.gypi' ],
691 }, 692 },
692 ], 693 ],
693 } 694 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | ui/base/clipboard/clipboard.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698