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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6400007: Implement proxy for 3d-related interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/common/gpu_messages.cc » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'common/net/x509_certificate_model.cc', 521 'common/net/x509_certificate_model.cc',
522 'common/net/x509_certificate_model_nss.cc', 522 'common/net/x509_certificate_model_nss.cc',
523 'common/net/x509_certificate_model_openssl.cc', 523 'common/net/x509_certificate_model_openssl.cc',
524 'common/net/x509_certificate_model.h', 524 'common/net/x509_certificate_model.h',
525 ], 525 ],
526 'dependencies': [ 526 'dependencies': [
527 'chrome_resources', 527 'chrome_resources',
528 'chrome_strings', 528 'chrome_strings',
529 '../app/app.gyp:app_base', 529 '../app/app.gyp:app_base',
530 '../base/base.gyp:base', 530 '../base/base.gyp:base',
531 '../gpu/gpu.gyp:gpu_ipc',
531 '../net/net.gyp:net_resources', 532 '../net/net.gyp:net_resources',
532 '../net/net.gyp:net', 533 '../net/net.gyp:net',
533 '../third_party/icu/icu.gyp:icui18n', 534 '../third_party/icu/icu.gyp:icui18n',
534 '../third_party/icu/icu.gyp:icuuc', 535 '../third_party/icu/icu.gyp:icuuc',
535 ], 536 ],
536 'conditions': [ 537 'conditions': [
537 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 538 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
538 'conditions': [ 539 'conditions': [
539 ['use_openssl==1', { 540 ['use_openssl==1', {
540 'dependencies': [ 541 'dependencies': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 'configurations': { 631 'configurations': {
631 'Common_Base': { 632 'Common_Base': {
632 'msvs_target_platform': 'x64', 633 'msvs_target_platform': 'x64',
633 }, 634 },
634 }, 635 },
635 }, 636 },
636 ], 637 ],
637 }], 638 }],
638 ], 639 ],
639 } 640 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/gpu_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698