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: runtime/bin/bin.gypi

Issue 1133603002: Fix Observatory rebuild (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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 | runtime/observatory/observatory.gypi » ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)', 7 'gen_source_dir': '<(SHARED_INTERMEDIATE_DIR)',
8 8
9 'io_cc_file': '<(gen_source_dir)/io_gen.cc', 9 'io_cc_file': '<(gen_source_dir)/io_gen.cc',
10 'io_patch_cc_file': '<(gen_source_dir)/io_patch_gen.cc', 10 'io_patch_cc_file': '<(gen_source_dir)/io_patch_gen.cc',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 'includes': [ 491 'includes': [
492 'resources_sources.gypi', 492 'resources_sources.gypi',
493 ], 493 ],
494 'actions': [ 494 'actions': [
495 { 495 {
496 'action_name': 'generate_resources_cc', 496 'action_name': 'generate_resources_cc',
497 'inputs': [ 497 'inputs': [
498 '../tools/create_resources.py', 498 '../tools/create_resources.py',
499 # The following two files are used to trigger a rebuild. 499 # The following two files are used to trigger a rebuild.
500 '<(PRODUCT_DIR)/observatory/deployed/web/index.html', 500 '<(PRODUCT_DIR)/observatory/deployed/web/index.html',
501 '<(PRODUCT_DIR)/observatory/deployed/web/index.html_bootstrap.dart.j s', 501 '<(PRODUCT_DIR)/observatory/deployed/web/index.html.polymer.bootstra p.dart.js',
502 '<@(_sources)', 502 '<@(_sources)',
503 ], 503 ],
504 'outputs': [ 504 'outputs': [
505 '<(resources_cc_file)', 505 '<(resources_cc_file)',
506 ], 506 ],
507 'action': [ 507 'action': [
508 'python', 508 'python',
509 'tools/create_resources.py', 509 'tools/create_resources.py',
510 '--output', '<(resources_cc_file)', 510 '--output', '<(resources_cc_file)',
511 '--outer_namespace', 'dart', 511 '--outer_namespace', 'dart',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 }], 809 }],
810 ['OS=="linux"', { 810 ['OS=="linux"', {
811 'cflags': [ 811 'cflags': [
812 '-fPIC', 812 '-fPIC',
813 ], 813 ],
814 }], 814 }],
815 ], 815 ],
816 }, 816 },
817 ], 817 ],
818 } 818 }
OLDNEW
« no previous file with comments | « no previous file | runtime/observatory/observatory.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698