OLD | NEW |
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 # IMPORTANT: | 5 # IMPORTANT: |
6 # Please don't directly include this file if you are building via gyp_chromium, | 6 # Please don't directly include this file if you are building via gyp_chromium, |
7 # since gyp_chromium is automatically forcing its inclusion. | 7 # since gyp_chromium is automatically forcing its inclusion. |
8 { | 8 { |
9 # Variables expected to be overriden on the GYP command line (-D) or by | 9 # Variables expected to be overriden on the GYP command line (-D) or by |
10 # ~/.gyp/include.gypi. | 10 # ~/.gyp/include.gypi. |
(...skipping 2325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2336 }], | 2336 }], |
2337 ], | 2337 ], |
2338 | 2338 |
2339 # The path to the ANGLE library. | 2339 # The path to the ANGLE library. |
2340 'angle_path': '<(DEPTH)/third_party/angle', | 2340 'angle_path': '<(DEPTH)/third_party/angle', |
2341 | 2341 |
2342 # TODO(jmadill): remove angle_gyp. http://crbug.com/415983 | 2342 # TODO(jmadill): remove angle_gyp. http://crbug.com/415983 |
2343 # This temporary variable lets us change the name of the gyp file | 2343 # This temporary variable lets us change the name of the gyp file |
2344 # in blink and in chromium simultaneously. It should go away after | 2344 # in blink and in chromium simultaneously. It should go away after |
2345 # we're done changing the path. | 2345 # we're done changing the path. |
2346 'angle_gyp': 'build_angle.gyp', | 2346 'angle_gyp': 'angle.gyp', |
2347 | 2347 |
2348 # List of default apps to install in new profiles. The first list contains | 2348 # List of default apps to install in new profiles. The first list contains |
2349 # the source files as found in svn. The second list, used only for linux, | 2349 # the source files as found in svn. The second list, used only for linux, |
2350 # contains the destination location for each of the files. When a crx | 2350 # contains the destination location for each of the files. When a crx |
2351 # is added or removed from the list, the chrome/browser/resources/ | 2351 # is added or removed from the list, the chrome/browser/resources/ |
2352 # default_apps/external_extensions.json file must also be updated. | 2352 # default_apps/external_extensions.json file must also be updated. |
2353 'default_apps_list': [ | 2353 'default_apps_list': [ |
2354 'browser/resources/default_apps/external_extensions.json', | 2354 'browser/resources/default_apps/external_extensions.json', |
2355 'browser/resources/default_apps/gmail.crx', | 2355 'browser/resources/default_apps/gmail.crx', |
2356 'browser/resources/default_apps/search.crx', | 2356 'browser/resources/default_apps/search.crx', |
(...skipping 3423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5780 # settings in target dicts. SYMROOT is a special case, because many other | 5780 # settings in target dicts. SYMROOT is a special case, because many other |
5781 # Xcode variables depend on it, including variables such as | 5781 # Xcode variables depend on it, including variables such as |
5782 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5782 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
5783 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5783 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
5784 # files to appear (when present) in the UI as actual files and not red | 5784 # files to appear (when present) in the UI as actual files and not red |
5785 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5785 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
5786 # and therefore SYMROOT, needs to be set at the project level. | 5786 # and therefore SYMROOT, needs to be set at the project level. |
5787 'SYMROOT': '<(DEPTH)/xcodebuild', | 5787 'SYMROOT': '<(DEPTH)/xcodebuild', |
5788 }, | 5788 }, |
5789 } | 5789 } |
OLD | NEW |