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

Unified Diff: chrome/common_constants.gypi

Issue 501125: Revert 34983 - Split more targets from chrome.gyp to add support for building... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/socket_stream_dispatcher_dummy.cc ('k') | chrome/nacl.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common_constants.gypi
===================================================================
--- chrome/common_constants.gypi (revision 34989)
+++ chrome/common_constants.gypi (working copy)
@@ -1,96 +0,0 @@
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'target_defaults': {
- 'variables': {
- 'common_constants_target': 0,
- },
- 'target_conditions': [
- ['common_constants_target==1', {
- 'sources': [
- 'common/chrome_constants.cc',
- 'common/chrome_constants.h',
- 'common/chrome_paths.cc',
- 'common/chrome_paths.h',
- 'common/chrome_paths_internal.h',
- 'common/chrome_paths_linux.cc',
- 'common/chrome_paths_mac.mm',
- 'common/chrome_paths_win.cc',
- 'common/chrome_switches.cc',
- 'common/chrome_switches.h',
- 'common/env_vars.cc',
- 'common/env_vars.h',
- 'common/json_value_serializer.cc',
- 'common/json_value_serializer.h',
- 'common/pref_names.cc',
- 'common/pref_names.h',
- ],
- 'actions': [
- {
- 'action_name': 'Make chrome_version.cc',
- 'variables': {
- 'make_version_cc_path': 'tools/build/make_version_cc.py',
- },
- 'inputs': [
- '<(make_version_cc_path)',
- 'VERSION',
- ],
- 'outputs': [
- '<(INTERMEDIATE_DIR)/chrome_version.cc',
- ],
- 'action': [
- 'python',
- '<(make_version_cc_path)',
- '<@(_outputs)',
- '<(version_full)',
- ],
- 'process_outputs_as_sources': 1,
- },
- ],
- }],
- ],
- },
- 'targets': [
- {
- 'target_name': 'common_constants',
- 'type': '<(library)',
- 'variables': {
- 'common_constants_target': 1,
- },
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- 'conditions': [
- ['OS=="linux"', {
- 'dependencies': ['../build/linux/system.gyp:gtk'],
- }],
- ],
- },
- ],
- 'conditions': [
- ['OS=="win"', {
- 'targets': [
- {
- 'target_name': 'common_constants_win64',
- 'type': '<(library)',
- 'variables': {
- 'common_constants_target': 1,
- },
- 'dependencies': [
- '../base/base.gyp:base_nacl_win64',
- ],
- 'defines': [
- '<@(nacl_win64_defines)',
- ],
- 'configurations': {
- 'Common': {
- 'msvs_target_platform': 'x64',
- },
- },
- },
- ],
- }],
- ],
-}
« no previous file with comments | « chrome/common/socket_stream_dispatcher_dummy.cc ('k') | chrome/nacl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698